Searched refs:gatt_client_find_included_services_for_service (Results 1 – 6 of 6) sorted by relevance
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 138 … gatt_client_find_included_services_for_service(gatt_client_packet_handler, ble_handle, &service); in LLVMFuzzerTestOneInput()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 378 …status = gatt_client_find_included_services_for_service(handle_ble_client_event, gatt_client_handl… in TEST() 392 …status = gatt_client_find_included_services_for_service(handle_ble_client_event, gatt_client_handl… in TEST() 398 …status = gatt_client_find_included_services_for_service(handle_ble_client_event, HCI_CON_HANDLE_IN… in TEST() 402 …status = gatt_client_find_included_services_for_service(handle_ble_client_event, gatt_client_handl… in TEST()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 503 uint8_t gatt_client_find_included_services_for_service(btstack_packet_handler_t callback, hci_con_h…
|
H A D | gatt_client.c | 2662 uint8_t gatt_client_find_included_services_for_service(btstack_packet_handler_t callback, hci_con_h… in gatt_client_find_included_services_for_service() function
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 352 gatt_client_find_included_services_for_service(
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1204 …gatt_client_find_included_services_for_service(&handle_gatt_client_event, gatt_helper->con_handle,… in btstack_command_handler()
|