• Home
  • Raw
  • Download

Lines Matching refs:p_i

1368   tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda);  in btm_ble_read_remote_name()  local
1369 if (p_i && !ble_evt_type_is_connectable(p_i->inq_info.results.ble_evt_type)) { in btm_ble_read_remote_name()
1628 void btm_ble_update_inq_result(tINQ_DB_ENT* p_i, uint8_t addr_type, in btm_ble_update_inq_result() argument
1634 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result()
1651 p_i->scan_rsp = false; in btm_ble_update_inq_result()
1653 p_i->scan_rsp = true; in btm_ble_update_inq_result()
1655 if (p_i->inq_count != p_inq->inq_counter) in btm_ble_update_inq_result()
1662 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */ in btm_ble_update_inq_result()
1955 tINQ_DB_ENT* p_i = btm_inq_db_find(bda); in btm_ble_process_adv_pkt_cont() local
1960 if (p_i && (!(p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) || in btm_ble_process_adv_pkt_cont()
1962 (!p_i->scan_rsp))) { in btm_ble_process_adv_pkt_cont()
1973 if (p_i == NULL) { in btm_ble_process_adv_pkt_cont()
1974 p_i = btm_inq_db_new(bda); in btm_ble_process_adv_pkt_cont()
1975 if (p_i != NULL) { in btm_ble_process_adv_pkt_cont()
1979 } else if (p_i->inq_count != in btm_ble_process_adv_pkt_cont()
1986 btm_ble_update_inq_result(p_i, addr_type, bda, evt_type, primary_phy, in btm_ble_process_adv_pkt_cont()
2004 if (p_i == NULL || in btm_ble_process_adv_pkt_cont()
2006 (p_i && in btm_ble_process_adv_pkt_cont()
2007 (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BLE) == in btm_ble_process_adv_pkt_cont()
2009 p_i->scan_rsp)) { in btm_ble_process_adv_pkt_cont()
2026 (p_inq_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()
2032 (p_obs_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()