Home
last modified time | relevance | path

Searched refs:gatt_client_read_characteristic_descriptor (Results 1 – 5 of 5) sorted by relevance

/btstack/test/gatt_client/
H A Dgatt_client_test.cpp646 …status = gatt_client_read_characteristic_descriptor(handle_ble_client_event, gatt_client_handle, &… in TEST()
652 …status = gatt_client_read_characteristic_descriptor(handle_ble_client_event, HCI_CON_HANDLE_INVALI… in TEST()
656 …status = gatt_client_read_characteristic_descriptor(handle_ble_client_event, gatt_client_handle, &… in TEST()
/btstack/src/ble/
H A Dgatt_client.h961 uint8_t gatt_client_read_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_handl…
H A Dgatt_client.c3016 uint8_t gatt_client_read_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_handl… in gatt_client_read_characteristic_descriptor() function
/btstack/tool/migration_to_v1.0/
H A Dmigration.cocci541 gatt_client_read_characteristic_descriptor(
/btstack/platform/daemon/src/
H A Ddaemon.c1281gatt_client_read_characteristic_descriptor(&handle_gatt_client_event, gatt_helper->con_handle, &de… in btstack_command_handler()