Searched refs:inq_info (Results 1 – 5 of 5) sorted by relevance
901 return (p_ent == nullptr) ? nullptr : &p_ent->inq_info; in BTM_InqDbRead()923 if (p_ent->in_use) return (&p_ent->inq_info); in BTM_InqDbFirst()948 (tINQ_DB_ENT*)((uint8_t*)p_cur - offsetof(tINQ_DB_ENT, inq_info)); in BTM_InqDbNext()952 if (p_ent->in_use) return (&p_ent->inq_info); in BTM_InqDbNext()1003 (p_ent->inq_info.results.device_type == BT_DEVICE_TYPE_BLE) && in btm_clear_all_pending_le_entry()1107 if (p_bda == NULL || (p_ent->inq_info.results.remote_bd_addr == *p_bda)) { in btm_clr_inq_db()1201 if (p_ent->in_use && p_ent->inq_info.results.remote_bd_addr == p_bda) in btm_inq_db_find()1235 p_ent->inq_info.results.remote_bd_addr = p_bda; in btm_inq_db_new()1242 if (p_ent->inq_info.results.rssi < i_rssi) { in btm_inq_db_new()1244 i_rssi = p_ent->inq_info.results.rssi; in btm_inq_db_new()[all …]
919 address_type = p_i->inq_info.results.ble_addr_type; // Random in btm_ble_start_sync_request()1693 if (p_i && !ble_evt_type_is_connectable(p_i->inq_info.results.ble_evt_type)) { in btm_ble_read_remote_name()1996 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result()2207 if (p_i && (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) || in btm_ble_process_adv_pkt_cont()2210 (!p_i->inq_info.results.include_rsi && include_rsi))) { in btm_ble_process_adv_pkt_cont()2243 (&p_i->inq_info.results)->include_rsi = true; in btm_ble_process_adv_pkt_cont()2249 (p_opportunistic_obs_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()2258 (tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()2273 (p_inq_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()2278 p_i->inq_info.results.original_bda = original_bda; in btm_ble_process_adv_pkt_cont()[all …]
162 tBTM_INQ_INFO inq_info; member
185 RawAddress exp = it->inq_info.results.remote_bd_addr; in TEST_F()187 if (exp != it->inq_info.results.remote_bd_addr) { in TEST_F()188 EXPECT_EQ(exp, it->inq_info.results.remote_bd_addr); in TEST_F()
432 address_type = p_i->inq_info.results.ble_addr_type; // Random in StartSync()