Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.h1034 uint8_t gatt_client_write_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_hand…
H A Dgatt_client.c3060 uint8_t gatt_client_write_characteristic_descriptor(btstack_packet_handler_t callback, hci_con_hand… in gatt_client_write_characteristic_descriptor() function
/btstack/tool/migration_to_v1.0/
H A Dmigration.cocci586 gatt_client_write_characteristic_descriptor(
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp954 …status = gatt_client_write_characteristic_descriptor(handle_ble_client_event, gatt_client_handle, … in TEST()
/btstack/platform/daemon/src/
H A Ddaemon.c1295gatt_client_write_characteristic_descriptor(&handle_gatt_client_event, gatt_helper->con_handle, &d… in btstack_command_handler()