Searched refs:gatt_client_send_mtu_negotiation (Results 1 – 3 of 3) sorted by relevance
1356 TEST(GATTClient, gatt_client_send_mtu_negotiation){ in TEST() argument1357 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()
413 void gatt_client_send_mtu_negotiation(btstack_packet_handler_t callback, hci_con_handle_t con_handl…
3175 void gatt_client_send_mtu_negotiation(btstack_packet_handler_t callback, hci_con_handle_t con_handl… in gatt_client_send_mtu_negotiation() function