Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_ble_api.h54 typedef UINT32 tBTM_BLE_REF_VALUE; typedef
531 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value);
532 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
535 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status);
565 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX];
573 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE];
594 tBTM_BLE_REF_VALUE ref_value;
693 tBTM_BLE_REF_VALUE ref_value);
699 tBTM_BLE_REF_VALUE ref_value);
704 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status);
[all …]
/system/bt/stack/btm/
Dbtm_ble_batchscan.c142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_op_q()
165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q()
247 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value, in btm_ble_batchscan_deq_rep_data()
293 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref) in btm_ble_batchscan_deq_op_q()
317 tBTM_BLE_REF_VALUE ref_value) in btm_ble_read_batchscan_reports()
361 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_batchscan_vsc_cmpl_cback()
651 tBTM_BLE_REF_VALUE ref_value) in BTM_BleSetStorageConfig()
726 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableBatchScan()
801 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value) in BTM_BleDisableBatchScan()
843 tBTM_BLE_REF_VALUE ref_value) in BTM_BleReadScanReports()
[all …]
Dbtm_ble_adv_filter.c113 tBTM_BLE_REF_VALUE ref, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, in btm_ble_advfilt_enq_op_q()
140 tBTM_BLE_REF_VALUE *p_ref, tBTM_BLE_PF_CFG_CBACK ** p_cmpl_cback, in btm_ble_advfilt_deq_op_q()
263 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_scan_pf_cmpl_cback()
548 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_pf_manu_data()
791 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_uuid_filter()
942 tBTM_BLE_REF_VALUE ref_value) in btm_ble_clear_scan_pf_filter()
1053 tBTM_BLE_REF_VALUE ref_value) in BTM_BleAdvFilterParamSetup()
1188 tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableDisableFilterFeature()
1238 tBTM_BLE_REF_VALUE ref_value) in BTM_BleCfgFilterCondition()
/system/bt/bta/dm/
Dbta_dm_act.c5091 void bta_ble_scan_setup_cb(tBTM_BLE_BATCH_SCAN_EVT evt, tBTM_BLE_REF_VALUE ref_value, in bta_ble_scan_setup_cb()
5135 tBTM_BLE_REF_VALUE ref_value) in bta_ble_scan_cfg_cmpl()
5206 (tBTM_BLE_REF_VALUE)p_data->ble_enable_scan_filt.ref_value)) == BTM_CMD_STARTED) in bta_dm_enable_scan_filter()