Searched refs:gatt_client_write_client_characteristic_configuration (Results 1 – 17 of 17) sorted by relevance
/btstack/src/ble/gatt-service/ |
H A D | ancs_client.c | 239 …gatt_client_write_client_characteristic_configuration(ancs_client_handle_gatt_client_event, gc_han… in ancs_client_send_next_query() 246 …gatt_client_write_client_characteristic_configuration(ancs_client_handle_gatt_client_event, gc_han… in ancs_client_send_next_query()
|
H A D | scan_parameters_service_client.c | 255 …att_status = gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, clie… in scan_parameters_service_send_next_query()
|
H A D | battery_service_client.c | 184 uint8_t status = gatt_client_write_client_characteristic_configuration( in battery_service_registered_notification()
|
H A D | hids_client.c | 805 …att_status = gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, clie… in hids_run_for_client() 840 …att_status = gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, clie… in hids_run_for_client()
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 556 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, HCI_CON_HA… in TEST() 560 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 564 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 571 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 576 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 580 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 592 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST() 606 …status = gatt_client_write_client_characteristic_configuration(handle_ble_client_event, gatt_clien… in TEST()
|
/btstack/port/arduino/ |
H A D | BTstack.cpp | 667 …return gatt_client_write_client_characteristic_configuration(gatt_client_callback, device->getHand… in subscribeForNotifications() 672 …return gatt_client_write_client_characteristic_configuration(gatt_client_callback, device->getHand… in subscribeForIndications() 677 …return gatt_client_write_client_characteristic_configuration(gatt_client_callback, device->getHand… in unsubscribeFromNotifications() 682 …return gatt_client_write_client_characteristic_configuration(gatt_client_callback, device->getHand… in unsubscribeFromIndications()
|
/btstack/example/ |
H A D | hog_boot_host_demo.c | 400 …gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, connection_handle… in handle_gatt_client_event() 420 …gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, connection_handle… in handle_gatt_client_event()
|
H A D | gatt_heart_rate_client.c | 182 … gatt_client_write_client_characteristic_configuration(handle_gatt_client_event, connection_handle, in handle_gatt_client_event()
|
H A D | le_streamer_client.c | 288 … gatt_client_write_client_characteristic_configuration(handle_gatt_client_event, connection_handle, in handle_gatt_client_event()
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 256 …gatt_client_write_client_characteristic_configuration(gatt_client_packet_handler, ble_handle, &cha… in LLVMFuzzerTestOneInput()
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.c | 242 …gatt_client_write_client_characteristic_configuration(handle_gatt_client_event, connection_handle,… in handle_gatt_client_event()
|
/btstack/src/ble/ |
H A D | gatt_client.h | 1120 uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hc…
|
H A D | gatt_client.c | 857 …status = gatt_client_write_client_characteristic_configuration(&gatt_client_service_packet_handler, in gatt_client_notify_can_send_query() 885 …status = gatt_client_write_client_characteristic_configuration(&gatt_client_service_packet_handler, in gatt_client_notify_can_send_query() 2997 uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hc… in gatt_client_write_client_characteristic_configuration() function
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 631 gatt_client_write_client_characteristic_configuration(
|
/btstack/src/le-audio/gatt-service/ |
H A D | broadcast_audio_scan_service_client.c | 311 uint8_t status = gatt_client_write_client_characteristic_configuration( in bass_client_register_notification()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 394 uint8_t gatt_client_write_client_characteristic_configuration(btstack_packet_handler_t callback, hc… in gatt_client_write_client_characteristic_configuration() function
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 1311 …status = gatt_client_write_client_characteristic_configuration(&handle_gatt_client_event, gatt_hel… in btstack_command_handler()
|