Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c2080 btgatt_batch_track_cb_t bt_scan_cb; in btif_gattc_cfg_storage() local
2081 memset(&bt_scan_cb, 0, sizeof(btgatt_batch_track_cb_t)); in btif_gattc_cfg_storage()
2082 bt_scan_cb.client_if = (uint8_t) client_if; in btif_gattc_cfg_storage()
2083 bt_scan_cb.batch_scan_full_max = batch_scan_full_max; in btif_gattc_cfg_storage()
2084 bt_scan_cb.batch_scan_trunc_max = batch_scan_trunc_max; in btif_gattc_cfg_storage()
2085 bt_scan_cb.batch_scan_notify_threshold = batch_scan_notify_threshold; in btif_gattc_cfg_storage()
2087 (char*) &bt_scan_cb, sizeof(btgatt_batch_track_cb_t), NULL); in btif_gattc_cfg_storage()
2094 btgatt_batch_track_cb_t bt_scan_cb; in btif_gattc_enb_batch_scan() local
2095 memset(&bt_scan_cb, 0, sizeof(btgatt_batch_track_cb_t)); in btif_gattc_enb_batch_scan()
2096 bt_scan_cb.client_if = (uint8_t) client_if; in btif_gattc_enb_batch_scan()
[all …]