Home
last modified time | relevance | path

Searched refs:gatt_client_service_notification_t (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.h314 } gatt_client_service_notification_t; typedef
1195 void gatt_client_listen_for_service_characteristic_value_updates(gatt_client_service_notification_t
1207 …nt_stop_listening_for_service_characteristic_value_updates(gatt_client_service_notification_t * no…
H A Dgatt_service_client.h103 gatt_client_service_notification_t notification_listener;
H A Dgatt_client.c1195 …const gatt_client_service_notification_t * notification = (gatt_client_service_notification_t*) bt… in report_gatt_characteristic_value_change()
1355 void gatt_client_listen_for_service_characteristic_value_updates(gatt_client_service_notification_t in gatt_client_listen_for_service_characteristic_value_updates()
1375 …nt_stop_listening_for_service_characteristic_value_updates(gatt_client_service_notification_t * no… in gatt_client_stop_listening_for_service_characteristic_value_updates()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp1267 gatt_client_service_notification_t service_notification; in TEST()