Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h49 typedef UINT32 tBTM_BLE_REF_VALUE; typedef
475 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value);
476 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format,
479 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status);
509 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX];
517 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE];
538 tBTM_BLE_REF_VALUE ref_value;
635 tBTM_BLE_REF_VALUE ref_value);
641 tBTM_BLE_REF_VALUE ref_value);
646 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status);
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_batchscan.c102 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_op_q()
125 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q()
206 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value, in btm_ble_batchscan_deq_rep_data()
252 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref) in btm_ble_batchscan_deq_op_q()
276 tBTM_BLE_REF_VALUE ref_value) in btm_ble_read_batchscan_reports()
320 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_batchscan_vsc_cmpl_cback()
607 tBTM_BLE_REF_VALUE ref_value) in BTM_BleSetStorageConfig()
682 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableBatchScan()
757 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value) in BTM_BleDisableBatchScan()
799 tBTM_BLE_REF_VALUE ref_value) in BTM_BleReadScanReports()
[all …]
Dbtm_ble_adv_filter.c100 tBTM_BLE_REF_VALUE ref, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, in btm_ble_advfilt_enq_op_q()
127 tBTM_BLE_REF_VALUE *p_ref, tBTM_BLE_PF_CFG_CBACK ** p_cmpl_cback, in btm_ble_advfilt_deq_op_q()
250 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_scan_pf_cmpl_cback()
535 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_pf_manu_data()
779 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_uuid_filter()
931 tBTM_BLE_REF_VALUE ref_value) in btm_ble_clear_scan_pf_filter()
1042 tBTM_BLE_REF_VALUE ref_value) in BTM_BleAdvFilterParamSetup()
1169 tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableDisableFilterFeature()
1219 tBTM_BLE_REF_VALUE ref_value) in BTM_BleCfgFilterCondition()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c5562 void bta_ble_scan_setup_cb(tBTM_BLE_BATCH_SCAN_EVT evt, tBTM_BLE_REF_VALUE ref_value, in bta_ble_scan_setup_cb()
5606 tBTM_BLE_REF_VALUE ref_value) in bta_ble_scan_cfg_cmpl()
5626 static void bta_ble_status_cmpl(tBTM_BLE_PF_ACTION action, tBTM_BLE_REF_VALUE ref_value, in bta_ble_status_cmpl()
5698 (tBTM_BLE_REF_VALUE)p_data->ble_enable_scan_filt.ref_value)) == BTM_CMD_STARTED) in bta_dm_enable_scan_filter()