Home
last modified time | relevance | path

Searched refs:gatt_client_get_mtu (Results 1 – 8 of 8) sorted by relevance

/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1369 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 Dle_streamer_client.c281 gatt_client_get_mtu(connection_handle, &mtu); in handle_gatt_client_event()
/btstack/src/ble/
H A Dgatt_client.h398 uint8_t gatt_client_get_mtu(hci_con_handle_t con_handle, uint16_t * mtu);
H A Dgatt_service_client.c117 gatt_client_get_mtu(connection->con_handle, &mtu); in gatt_service_client_get_mtu()
H A Dgatt_client.c297 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 Dhids_client.c1502 uint8_t status = gatt_client_get_mtu(client->con_handle, &mtu); in hids_client_send_write_report()
/btstack/platform/daemon/src/
H A Ddaemon.c1319 gatt_client_get_mtu(handle, &mtu); in btstack_command_handler()
/btstack/doc/manual/docs-template/
H A Dprofiles.md498 for the connection MTU with *gatt_client_get_mtu*.