Searched refs:tBTM_BLE_REF_VALUE (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 53 typedef UINT32 tBTM_BLE_REF_VALUE; typedef 527 typedef void (tBTM_BLE_SCAN_THRESHOLD_CBACK)(tBTM_BLE_REF_VALUE ref_value); 528 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format, 531 typedef void (tBTM_BLE_SCAN_SETUP_CBACK)(UINT8 evt, tBTM_BLE_REF_VALUE ref_value, UINT8 status); 558 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_SCAN_MAX]; 565 tBTM_BLE_REF_VALUE ref_value[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]; 585 tBTM_BLE_REF_VALUE ref_value; 687 tBTM_BLE_REF_VALUE ref_value); 693 tBTM_BLE_REF_VALUE ref_value); 698 tBTM_BLE_REF_VALUE ref_value, tBTM_STATUS status); [all …]
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_batchscan.c | 141 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_op_q() 164 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) in btm_ble_batchscan_enq_rep_q() 241 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value, in btm_ble_batchscan_deq_rep_data() 286 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref) in btm_ble_batchscan_deq_op_q() 310 tBTM_BLE_REF_VALUE ref_value) in btm_ble_read_batchscan_reports() 352 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_batchscan_vsc_cmpl_cback() 623 tBTM_BLE_REF_VALUE ref_value) in BTM_BleSetStorageConfig() 698 tBTM_BLE_DISCARD_RULE discard_rule, tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableBatchScan() 771 tBTM_STATUS BTM_BleDisableBatchScan(tBTM_BLE_REF_VALUE ref_value) in BTM_BleDisableBatchScan() 812 tBTM_BLE_REF_VALUE ref_value) in BTM_BleReadScanReports() [all …]
|
D | btm_ble_adv_filter.c | 120 tBTM_BLE_REF_VALUE ref, tBTM_BLE_PF_CFG_CBACK *p_cmpl_cback, in btm_ble_advfilt_enq_op_q() 147 tBTM_BLE_REF_VALUE *p_ref, tBTM_BLE_PF_CFG_CBACK **p_cmpl_cback, in btm_ble_advfilt_deq_op_q() 268 tBTM_BLE_REF_VALUE ref_value = 0; in btm_ble_scan_pf_cmpl_cback() 546 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_pf_manu_data() 769 tBTM_BLE_REF_VALUE ref_value) in btm_ble_update_uuid_filter() 898 tBTM_BLE_REF_VALUE ref_value) in btm_ble_clear_scan_pf_filter() 1011 tBTM_BLE_REF_VALUE ref_value) in BTM_BleAdvFilterParamSetup() 1137 tBTM_BLE_REF_VALUE ref_value) in BTM_BleEnableDisableFilterFeature() 1187 tBTM_BLE_REF_VALUE ref_value) in BTM_BleCfgFilterCondition()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5852 void bta_ble_scan_setup_cb(tBTM_BLE_BATCH_SCAN_EVT evt, tBTM_BLE_REF_VALUE ref_value, in bta_ble_scan_setup_cb() 5896 tBTM_BLE_REF_VALUE ref_value) in bta_ble_scan_cfg_cmpl() 5966 (tBTM_BLE_REF_VALUE)p_data->ble_enable_scan_filt.ref_value)) == BTM_CMD_STARTED) { in bta_dm_enable_scan_filter()
|