Searched refs:gatt_client_read_value_of_characteristics_by_uuid16 (Results 1 – 7 of 7) sorted by relevance
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 196 …gatt_client_read_value_of_characteristics_by_uuid16(gatt_client_packet_handler, ble_handle, charac… in LLVMFuzzerTestOneInput()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 733 TEST(GATTClient, gatt_client_read_value_of_characteristics_by_uuid16){ in TEST() argument 748 …status = gatt_client_read_value_of_characteristics_by_uuid16(handle_ble_client_event, gatt_client_… in TEST() 753 …status = gatt_client_read_value_of_characteristics_by_uuid16(handle_ble_client_event, HCI_CON_HAND… in TEST() 757 …status = gatt_client_read_value_of_characteristics_by_uuid16(handle_ble_client_event, gatt_client_… in TEST()
|
/btstack/src/ble/gatt-service/ |
H A D | device_information_service_client.c | 362 att_status = gatt_client_read_value_of_characteristics_by_uuid16( in device_information_service_send_next_query()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 705 uint8_t gatt_client_read_value_of_characteristics_by_uuid16(btstack_packet_handler_t callback, hci_…
|
H A D | gatt_client.c | 869 … status = gatt_client_read_value_of_characteristics_by_uuid16(&gatt_client_service_packet_handler, in gatt_client_notify_can_send_query() 2770 uint8_t gatt_client_read_value_of_characteristics_by_uuid16(btstack_packet_handler_t callback, hci_… in gatt_client_read_value_of_characteristics_by_uuid16() function 3805 …status = gatt_client_read_value_of_characteristics_by_uuid16(&gatt_client_le_enhanced_packet_handl… in gatt_client_le_enhanced_handle_can_send_query()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 433 gatt_client_read_value_of_characteristics_by_uuid16(
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 409 uint8_t gatt_client_read_value_of_characteristics_by_uuid16(btstack_packet_handler_t callback, hci_… in gatt_client_read_value_of_characteristics_by_uuid16() function
|