Searched refs:gatt_client_read_value_of_characteristic (Results 1 – 10 of 10) sorted by relevance
/btstack/example/ |
H A D | gatt_heart_rate_client.c | 224 …gatt_client_read_value_of_characteristic(handle_gatt_client_event, connection_handle, &body_sensor… in handle_gatt_client_event()
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 189 … gatt_client_read_value_of_characteristic(gatt_client_packet_handler, ble_handle, &characteristic); in LLVMFuzzerTestOneInput()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 660 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_…
|
H A D | gatt_client.c | 2809 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_… in gatt_client_read_value_of_characteristic() function
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 415 gatt_client_read_value_of_characteristic(
|
/btstack/src/ble/gatt-service/ |
H A D | battery_service_client.c | 239 …gatt_client_read_value_of_characteristic(&handle_gatt_client_event, client->con_handle, &character… in battery_service_send_next_query()
|
/btstack/port/arduino/ |
H A D | BTstack.cpp | 654 …return gatt_client_read_value_of_characteristic(gatt_client_callback, device->getHandle(), (gatt_c… in readCharacteristic()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 433 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_… in gatt_client_read_value_of_characteristic() function
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 898 …status = gatt_client_read_value_of_characteristic(handle_ble_client_event, gatt_client_handle, &ch… in TEST()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1231 …gatt_client_read_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle, &char… in btstack_command_handler()
|