Lines Matching refs:p_cur
1655 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result() local
1660 p_cur->inq_result_type |= BTM_INQ_RESULT_BLE; in btm_ble_update_inq_result()
1661 p_cur->ble_addr_type = addr_type; in btm_ble_update_inq_result()
1662 p_cur->rssi = rssi; in btm_ble_update_inq_result()
1663 p_cur->ble_primary_phy = primary_phy; in btm_ble_update_inq_result()
1664 p_cur->ble_secondary_phy = secondary_phy; in btm_ble_update_inq_result()
1665 p_cur->ble_advertising_sid = advertising_sid; in btm_ble_update_inq_result()
1666 p_cur->ble_tx_power = tx_power; in btm_ble_update_inq_result()
1667 p_cur->ble_periodic_adv_int = periodic_adv_int; in btm_ble_update_inq_result()
1677 p_cur->device_type = BT_DEVICE_TYPE_BLE; in btm_ble_update_inq_result()
1679 p_cur->device_type |= BT_DEVICE_TYPE_BLE; in btm_ble_update_inq_result()
1681 if (evt_type != BTM_BLE_SCAN_RSP_EVT) p_cur->ble_evt_type = evt_type; in btm_ble_update_inq_result()
1688 if (p_flag != NULL && len != 0) p_cur->flag = *p_flag; in btm_ble_update_inq_result()
1703 p_cur->dev_class); in btm_ble_update_inq_result()
1713 p_cur->dev_class[0] = 0; in btm_ble_update_inq_result()
1714 p_cur->dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_update_inq_result()
1715 p_cur->dev_class[2] = 0; in btm_ble_update_inq_result()
1724 if ((p_cur->flag & BTM_BLE_BREDR_NOT_SPT) == 0 && in btm_ble_update_inq_result()
1726 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
1728 p_cur->device_type |= BT_DEVICE_TYPE_DUMO; in btm_ble_update_inq_result()