Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c882 btgatt_batch_track_cb_t btif_scan_track_cb; in bta_batch_scan_setup_cb() local
884 btif_scan_track_cb.status = status; in bta_batch_scan_setup_cb()
885 btif_scan_track_cb.client_if = ref_value; in bta_batch_scan_setup_cb()
925 btif_transfer_context(btif_gattc_upstreams_evt, upevt,(char*) &btif_scan_track_cb, in bta_batch_scan_setup_cb()
932 btgatt_batch_track_cb_t btif_scan_track_cb; in bta_batch_scan_threshold_cb() local
933 btif_scan_track_cb.status = 0; in bta_batch_scan_threshold_cb()
934 btif_scan_track_cb.client_if = ref_value; in bta_batch_scan_threshold_cb()
939 (char*) &btif_scan_track_cb, sizeof(btif_gattc_cb_t), NULL); in bta_batch_scan_threshold_cb()
946 btgatt_batch_track_cb_t btif_scan_track_cb; in bta_batch_scan_reports_cb() local
947 memset(&btif_scan_track_cb, 0, sizeof(btgatt_batch_track_cb_t)); in bta_batch_scan_reports_cb()
[all …]