Home
last modified time | relevance | path

Searched refs:notification_listener (Results 1 – 13 of 13) sorted by relevance

/btstack/example/
H A Dgatt_heart_rate_client.c93 static gatt_client_notification_t notification_listener; variable
178 …gatt_client_listen_for_characteristic_value_updates(&notification_listener, handle_gatt_client_eve… in handle_gatt_client_event()
335 gatt_client_stop_listening_for_characteristic_value_updates(&notification_listener); in hci_event_handler()
H A Dle_streamer_client.c102 static gatt_client_notification_t notification_listener; variable
276 …gatt_client_listen_for_characteristic_value_updates(&notification_listener, handle_gatt_client_eve… in handle_gatt_client_event()
468 gatt_client_stop_listening_for_characteristic_value_updates(&notification_listener); in hci_event_handler()
/btstack/src/ble/gatt-service/
H A Dscan_parameters_service_client.h101 gatt_client_notification_t notification_listener; member
H A Dbattery_service_client.h108 gatt_client_notification_t notification_listener; member
H A Dhids_client.h153 gatt_client_notification_t notification_listener; member
H A Dscan_parameters_service_client.c114 gatt_client_stop_listening_for_characteristic_value_updates(&client->notification_listener); in scan_parameters_service_finalize_client()
259 &client->notification_listener, in scan_parameters_service_send_next_query()
H A Dbattery_service_client.c108 …client_stop_listening_for_characteristic_value_updates(&client->services[i].notification_listener); in battery_service_finalize_client()
193 &client->services[service_index].notification_listener, in battery_service_registered_notification()
H A Dhids_client.c508 …_client_stop_listening_for_characteristic_value_updates(&client->reports[i].notification_listener); in hids_finalize_client()
811 &client->reports[client->report_index].notification_listener, in hids_run_for_client()
815 …ing_for_characteristic_value_updates(&client->reports[client->report_index].notification_listener); in hids_run_for_client()
844 &client->reports[client->report_index].notification_listener, in hids_run_for_client()
/btstack/src/ble/
H A Dgatt_service_client.h103 gatt_client_service_notification_t notification_listener; member
H A Dgatt_service_client.c412 …ient_listen_for_service_characteristic_value_updates(&connection->notification_listener, client->p… in gatt_service_client_handle_query_complete()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.h143 gatt_client_notification_t notification_listener; member
H A Dbroadcast_audio_scan_service_client.c320 &connection->notification_listener, in bass_client_register_notification()
/btstack/test/security_manager_sc/
H A Dsm_test.c133 static gatt_client_notification_t notification_listener; variable
254 …gatt_client_listen_for_characteristic_value_updates(&notification_listener, handle_gatt_client_eve… in handle_gatt_client_event()