Searched refs:inq_info (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/btm/ |
D | btm_inq.c | 1057 p_cur = &p_i->inq_info; in BTM_ReadRemoteDeviceName() 1137 return &p_ent->inq_info; in BTM_InqDbRead() 1161 return (&p_ent->inq_info); in BTM_InqDbFirst() 1187 p_ent = (tINQ_DB_ENT *) ((UINT8 *)p_cur - offsetof (tINQ_DB_ENT, inq_info)); in BTM_InqDbNext() 1193 return (&p_ent->inq_info); in BTM_InqDbNext() 1453 (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN))) in btm_clr_inq_db() 1544 … if ((p_ent->in_use) && (!memcmp (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN))) in btm_inq_db_find() 1575 memcpy (p_ent->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN); in btm_inq_db_new() 1591 memcpy (p_old->inq_info.results.remote_bd_addr, p_bda, BD_ADDR_LEN); in btm_inq_db_new() 1911 (p_i && (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BREDR) != 0) in btm_process_inq_results() [all …]
|
D | btm_ble_gap.c | 2506 tBTM_INQ_RESULTS *p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result() 2632 (p_ent->inq_info.results.device_type == BT_DEVICE_TYPE_BLE) && in btm_clear_all_pending_le_entry() 2770 (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) || in btm_ble_process_adv_pkt_cont() 2820 (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) == BT_DEVICE_TYPE_BLE && in btm_ble_process_adv_pkt_cont() 2849 … (p_inq_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont() 2853 … (p_obs_results_cb)((tBTM_INQ_RESULTS *) &p_i->inq_info.results, p_le_inq_cb->adv_data_cache); in btm_ble_process_adv_pkt_cont()
|
D | btm_int.h | 229 tBTM_INQ_INFO inq_info; member
|