Lines Matching full:uint8
61 void btm_ble_batchscan_filter_track_adv_vse_cback(UINT8 len, UINT8 *p)
65 UINT8 sub_event = 0;
84 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value;
141 void btm_ble_batchscan_enq_op_q(UINT8 opcode, tBTM_BLE_BATCH_SCAN_STATE cur_state,
142 UINT8 cb_evt, tBTM_BLE_REF_VALUE ref_value)
165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value)
196 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data,
197 UINT8 data_len)
213 UINT8 *p_orig_data = ble_batchscan_cb.main_rep_q.p_data[index];
214 UINT8 *p_app_data;
247 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value,
248 UINT8 *p_num_records, UINT8 **p_data, UINT16 *p_data_len)
292 void btm_ble_batchscan_deq_op_q(UINT8 *p_opcode,tBTM_BLE_BATCH_SCAN_STATE *cur_state,
293 UINT8 *p_cb_evt, tBTM_BLE_REF_VALUE *p_ref)
320 UINT8 param[BTM_BLE_BATCH_SCAN_READ_RESULTS_LEN], *pp;
359 UINT8 *p = p_params->p_param_buf;
363 UINT8 status = 0, subcode = 0, opcode = 0;
364 UINT8 report_format = 0, num_records = 0, cb_evt = 0;
368 UINT8 *p_data = NULL;
503 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
504 UINT8 batch_scan_notify_threshold)
507 UINT8 param[BTM_BLE_BATCH_SCAN_STORAGE_CFG_LEN], *pp;
548 UINT8 scan_param[BTM_BLE_BATCH_SCAN_PARAM_CONFIG_LEN], *pp_scan;
589 UINT8 shld_enable = 0x01;
590 UINT8 enable_param[BTM_BLE_BATCH_SCAN_ENB_DISB_LEN], *pp_enable;
646 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max,
647 UINT8 batch_scan_notify_threshold,
847 UINT8 read_scan_mode = 0;
848 UINT8 *p_data = NULL, num_records = 0;