Home
last modified time | relevance | path

Searched refs:gatt_client_send_mtu_negotiation (Results 1 – 3 of 3) sorted by relevance

/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1356 TEST(GATTClient, gatt_client_send_mtu_negotiation){ in TEST() argument
1357 gatt_client_send_mtu_negotiation(handle_ble_client_event, HCI_CON_HANDLE_INVALID); in TEST()
1359 gatt_client_send_mtu_negotiation(handle_ble_client_event, gatt_client_handle); in TEST()
1364 gatt_client_send_mtu_negotiation(handle_ble_client_event, gatt_client_handle); in TEST()
/btstack/src/ble/
H A Dgatt_client.h413 void gatt_client_send_mtu_negotiation(btstack_packet_handler_t callback, hci_con_handle_t con_handl…
H A Dgatt_client.c3175 void gatt_client_send_mtu_negotiation(btstack_packet_handler_t callback, hci_con_handle_t con_handl… in gatt_client_send_mtu_negotiation() function