Home
last modified time | relevance | path

Searched refs:gatt_client_read_value_of_characteristic (Results 1 – 10 of 10) sorted by relevance

/btstack/example/
H A Dgatt_heart_rate_client.c224gatt_client_read_value_of_characteristic(handle_gatt_client_event, connection_handle, &body_sensor… in handle_gatt_client_event()
/btstack/test/fuzz/
H A Dfuzz_gatt_client.c189gatt_client_read_value_of_characteristic(gatt_client_packet_handler, ble_handle, &characteristic); in LLVMFuzzerTestOneInput()
/btstack/src/ble/
H A Dgatt_client.h660 uint8_t gatt_client_read_value_of_characteristic(btstack_packet_handler_t callback, hci_con_handle_…
H A Dgatt_client.c2809 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 Dmigration.cocci415 gatt_client_read_value_of_characteristic(
/btstack/src/ble/gatt-service/
H A Dbattery_service_client.c239gatt_client_read_value_of_characteristic(&handle_gatt_client_event, client->con_handle, &character… in battery_service_send_next_query()
/btstack/port/arduino/
H A DBTstack.cpp654 …return gatt_client_read_value_of_characteristic(gatt_client_callback, device->getHandle(), (gatt_c… in readCharacteristic()
/btstack/test/mock/
H A Dmock_gatt_client.c433 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 Dgatt_client_test.cpp898 …status = gatt_client_read_value_of_characteristic(handle_ble_client_event, gatt_client_handle, &ch… in TEST()
/btstack/platform/daemon/src/
H A Ddaemon.c1231gatt_client_read_value_of_characteristic(&handle_gatt_client_event, gatt_helper->con_handle, &char… in btstack_command_handler()