Home
last modified time | relevance | path

Searched refs:gatt_client_find_included_services_for_service (Results 1 – 6 of 6) sorted by relevance

/btstack/test/fuzz/
H A Dfuzz_gatt_client.c138gatt_client_find_included_services_for_service(gatt_client_packet_handler, ble_handle, &service); in LLVMFuzzerTestOneInput()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp378 …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 Dgatt_client.h503 uint8_t gatt_client_find_included_services_for_service(btstack_packet_handler_t callback, hci_con_h…
H A Dgatt_client.c2662 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 Dmigration.cocci352 gatt_client_find_included_services_for_service(
/btstack/platform/daemon/src/
H A Ddaemon.c1204gatt_client_find_included_services_for_service(&handle_gatt_client_event, gatt_helper->con_handle,… in btstack_command_handler()