Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dbtm_api.cc108 if (p_i == nullptr || !has_le_device(p_i->inq_info.results.device_type)) { in btm_api_process_inquiry_result()
117 is_classic_device(p_i->inq_info.results.device_type)) { in btm_api_process_inquiry_result()
121 p_i->inq_info.results.page_scan_rep_mode = page_scan_rep_mode; in btm_api_process_inquiry_result()
122 p_i->inq_info.results.page_scan_per_mode = 0; // RESERVED in btm_api_process_inquiry_result()
123 p_i->inq_info.results.page_scan_mode = 0; // RESERVED in btm_api_process_inquiry_result()
124 p_i->inq_info.results.dev_class[0] = device_class[0]; in btm_api_process_inquiry_result()
125 p_i->inq_info.results.dev_class[1] = device_class[1]; in btm_api_process_inquiry_result()
126 p_i->inq_info.results.dev_class[2] = device_class[2]; in btm_api_process_inquiry_result()
127 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_inquiry_result()
128 p_i->inq_info.results.inq_result_type = BTM_INQ_RESULT_BR; in btm_api_process_inquiry_result()
[all …]
/system/bt/stack/btm/
Dbtm_inq.cc881 return &p_ent->inq_info; in BTM_InqDbRead()
902 if (p_ent->in_use) return (&p_ent->inq_info); in BTM_InqDbFirst()
925 p_ent = (tINQ_DB_ENT*)((uint8_t*)p_cur - offsetof(tINQ_DB_ENT, inq_info)); in BTM_InqDbNext()
930 if (p_ent->in_use) return (&p_ent->inq_info); in BTM_InqDbNext()
1138 if (p_bda == NULL || (p_ent->inq_info.results.remote_bd_addr == *p_bda)) { in btm_clr_inq_db()
1216 if (p_ent->in_use && p_ent->inq_info.results.remote_bd_addr == p_bda) in btm_inq_db_find()
1244 p_ent->inq_info.results.remote_bd_addr = p_bda; in btm_inq_db_new()
1259 p_old->inq_info.results.remote_bd_addr = p_bda; in btm_inq_db_new()
1602 (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BREDR) != 0))) { in btm_process_inq_results()
1616 (i_rssi > p_i->inq_info.results.rssi || in btm_process_inq_results()
[all …]
Dbtm_ble_gap.cc1283 if (p_i && !ble_evt_type_is_connectable(p_i->inq_info.results.ble_evt_type)) { in btm_ble_read_remote_name()
1548 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result()
1648 (p_ent->inq_info.results.device_type == BT_DEVICE_TYPE_BLE) && in btm_clear_all_pending_le_entry()
1889 if (p_i && (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) || in btm_ble_process_adv_pkt_cont()
1938 (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) == in btm_ble_process_adv_pkt_cont()
1957 (p_inq_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()
1963 (p_obs_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()
Dbtm_int_types.h220 tBTM_INQ_INFO inq_info; member