Home
last modified time | relevance | path

Searched refs:ble_addr_type (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_bgconn.cc207 .type = p_dev_rec->ble.ble_addr_type, in convert_to_address_with_type()
239 background_connection_add(p_dev_rec->ble.ble_addr_type, bd_addr); in btm_add_dev_to_controller()
241 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
263 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && in btm_add_dev_to_controller()
492 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || in BTM_BackgroundConnectAddressKnown()
H A Dbtm_dev.cc228 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type; in btm_sec_alloc_dev()
394 p_target_rec->ble.ble_addr_type = p_dev_rec->ble.ble_addr_type; in btm_consolidate_dev()
H A Dbtm_ble.cc88 p_dev_rec->ble.ble_addr_type = addr_type; in BTM_SecAddBleDevice()
94 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type; in BTM_SecAddBleDevice()
97 p_info->results.device_type, p_info->results.ble_addr_type); in BTM_SecAddBleDevice()
365 oob.peer_oob_data.addr_rcvd_from.type = p_dev_rec->ble.ble_addr_type; in BTM_BleSecureConnectionOobDataReply()
472 *p_addr_type = p_inq_info->results.ble_addr_type; in BTM_ReadDevInfo()
482 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type; in BTM_ReadDevInfo()
487 *p_addr_type = p_dev_rec->ble.ble_addr_type; in BTM_ReadDevInfo()
490 *p_addr_type = p_dev_rec->ble.ble_addr_type; in BTM_ReadDevInfo()
1704 p_dev_rec->ble.ble_addr_type = addr_type; in btm_ble_connected()
1712 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM) { in btm_ble_connected()
[all …]
H A Dneighbor_inquiry.h111 tBLE_ADDR_TYPE ble_addr_type; member
H A Dbtm_ble_addr.cc275 *p_addr_type = p_dev_rec->ble.ble_addr_type; in btm_identity_addr_to_random_pseudo()
H A Dsecurity_device_record.h97 tBLE_ADDR_TYPE ble_addr_type; /* LE device type: public or random address */ member
H A Dbtm_ble_privacy.cc750 p_dev_rec->ble.ble_addr_type; in btm_ble_resolving_list_load_dev()
H A Dbtm_ble_gap.cc1601 p_cur->ble_addr_type = static_cast<tBLE_ADDR_TYPE>(addr_type); in btm_ble_update_inq_result()
1665 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM) { in btm_ble_update_inq_result()
1717 *addr_type = match_rec->ble.ble_addr_type; in btm_ble_process_adv_addr()
/aosp12/system/bt/stack/acl/
H A Dbtm_ble_connection_establishment.cc135 *bda_type = match_rec->ble.ble_addr_type; in maybe_resolve_address()
/aosp12/system/bt/btif/src/
H A Dbtif_ble_scanner.cc188 r->rssi, r->ble_addr_type, r->ble_evt_type, in bta_scan_results_cb()
H A Dbtif_dm.cc1214 addr_type = p_search_data->inq_res.ble_addr_type; in btif_dm_search_devices_evt()
/aosp12/system/bt/bta/include/
H A Dbta_api.h421 tBLE_ADDR_TYPE ble_addr_type; member
/aosp12/system/bt/main/shim/
H A Dbtm.cc674 p_dev_rec->ble.ble_addr_type); in GetAddressAndType()
/aosp12/system/bt/bta/dm/
H A Dbta_dm_act.cc1827 result.inq_res.ble_addr_type = p_inq->ble_addr_type; in bta_dm_inq_results_cb()
3320 result.inq_res.ble_addr_type = p_inq->ble_addr_type; in bta_dm_observe_results_cb()
/aosp12/system/bt/stack/gatt/
H A Dgatt_main.cc188 *address_with_type = {.type = p_dev_rec->ble.ble_addr_type, in gatt_find_in_device_record()