Lines Matching refs:p_cur
1594 tBTM_INQ_RESULTS* p_cur = &p_i->inq_info.results; in btm_ble_update_inq_result() local
1599 p_cur->inq_result_type |= BTM_INQ_RESULT_BLE; in btm_ble_update_inq_result()
1600 p_cur->ble_addr_type = static_cast<tBLE_ADDR_TYPE>(addr_type); in btm_ble_update_inq_result()
1601 p_cur->rssi = rssi; in btm_ble_update_inq_result()
1602 p_cur->ble_primary_phy = primary_phy; in btm_ble_update_inq_result()
1603 p_cur->ble_secondary_phy = secondary_phy; in btm_ble_update_inq_result()
1604 p_cur->ble_advertising_sid = advertising_sid; in btm_ble_update_inq_result()
1605 p_cur->ble_tx_power = tx_power; in btm_ble_update_inq_result()
1606 p_cur->ble_periodic_adv_int = periodic_adv_int; in btm_ble_update_inq_result()
1616 p_cur->device_type = BT_DEVICE_TYPE_BLE; in btm_ble_update_inq_result()
1618 p_cur->device_type |= BT_DEVICE_TYPE_BLE; in btm_ble_update_inq_result()
1620 if (evt_type != BTM_BLE_SCAN_RSP_EVT) p_cur->ble_evt_type = evt_type; in btm_ble_update_inq_result()
1627 if (p_flag != NULL && len != 0) p_cur->flag = *p_flag; in btm_ble_update_inq_result()
1642 p_cur->dev_class); in btm_ble_update_inq_result()
1652 p_cur->dev_class[0] = 0; in btm_ble_update_inq_result()
1653 p_cur->dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_update_inq_result()
1654 p_cur->dev_class[2] = 0; in btm_ble_update_inq_result()
1662 if ((p_cur->flag & BTM_BLE_BREDR_NOT_SPT) == 0 && in btm_ble_update_inq_result()
1664 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
1666 p_cur->device_type |= BT_DEVICE_TYPE_DUMO; in btm_ble_update_inq_result()