Searched refs:gatt_client_get_mtu (Results 1 – 8 of 8) sorted by relevance
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 1369 TEST(GATTClient, gatt_client_get_mtu){ in TEST() argument 1372 int status = gatt_client_get_mtu(HCI_CON_HANDLE_INVALID, &mtu); in TEST() 1375 status = gatt_client_get_mtu(gatt_client_handle, &mtu); in TEST() 1384 status = gatt_client_get_mtu(gatt_client_handle, &mtu); in TEST() 1389 status = gatt_client_get_mtu(gatt_client_handle, &mtu); in TEST()
|
/btstack/example/ |
H A D | le_streamer_client.c | 281 gatt_client_get_mtu(connection_handle, &mtu); in handle_gatt_client_event()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 398 uint8_t gatt_client_get_mtu(hci_con_handle_t con_handle, uint16_t * mtu);
|
H A D | gatt_service_client.c | 117 gatt_client_get_mtu(connection->con_handle, &mtu); in gatt_service_client_get_mtu()
|
H A D | gatt_client.c | 297 uint8_t gatt_client_get_mtu(hci_con_handle_t con_handle, uint16_t * mtu){ in gatt_client_get_mtu() function
|
/btstack/src/ble/gatt-service/ |
H A D | hids_client.c | 1502 uint8_t status = gatt_client_get_mtu(client->con_handle, &mtu); in hids_client_send_write_report()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1319 gatt_client_get_mtu(handle, &mtu); in btstack_command_handler()
|
/btstack/doc/manual/docs-template/ |
H A D | profiles.md | 498 for the connection MTU with *gatt_client_get_mtu*.
|