Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc258 void OnGattNotification(const tBTA_GATTC_NOTIFY& evt) { in OnGattNotification()
291 void OnRemoteData(const tBTA_GATTC_NOTIFY& evt, in OnRemoteData()
299 void OnControlPointEvent(const tBTA_GATTC_NOTIFY& evt, in OnControlPointEvent()
319 void OnRangingDataReady(const tBTA_GATTC_NOTIFY& evt, in OnRangingDataReady()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h194 } tBTA_GATTC_NOTIFY; typedef
256 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc1044 tBTA_GATTC_NOTIFY event_data = { in GetNotificationEvent()
1221 tBTA_GATTC_NOTIFY event_data = { in GetNotificationEvent()
1548 tBTA_GATTC_NOTIFY event_data = { in GetNotificationEvent()
Dvc.cc1217 tBTA_GATTC_NOTIFY& n = p_data->notify; in gattc_callback()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1476 tBTA_GATTC_NOTIFY* p_notify, in bta_gattc_process_srvc_chg_ind()
1557 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_proc_other_indication()
1579 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate()
Dbta_gattc_int.h464 tBTA_GATTC_NOTIFY* p_notify);
Dbta_gattc_utils.cc481 tBTA_GATTC_NOTIFY* p_notify) { in bta_gattc_check_notif_registry()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc878 tBTA_GATTC_NOTIFY event_data = { in GetNotificationEvent()
Dcsis_client.cc2113 void OnGattNotification(const tBTA_GATTC_NOTIFY& evt) { in OnGattNotification()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1634 static void bta_hh_le_input_rpt_notify(tBTA_GATTC_NOTIFY* p_data) { in bta_hh_le_input_rpt_notify()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1961 void OnGattNotification(const tBTA_GATTC_NOTIFY& evt) { in OnGattNotification()
Dhas_client_test.cc878 tBTA_GATTC_NOTIFY event_data = { in InjectNotificationEvent()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc636 tBTA_GATTC_NOTIFY event_data = { in InjectNotificationEvent()
648 [](tBTA_GATTC_CBACK* gatt_callback, tBTA_GATTC_NOTIFY event_data) { in InjectNotificationEvent()