Searched refs:ble_addr_type (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_addr.c369 if (p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC)
373 return p_dev_rec->ble.ble_addr_type;
H A Dbtm_dev.c253 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
H A Dbtm_ble.c121 p_dev_rec->ble.ble_addr_type = addr_type;
129 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ;
132 p_info->results.device_type, p_info->results.ble_addr_type);
361 *p_addr_type = p_dev_rec->ble.ble_addr_type;
598 *p_addr_type = p_inq_info->results.ble_addr_type;
610 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
613 *p_addr_type = p_dev_rec->ble.ble_addr_type;
1546 p_dev_rec->ble.ble_addr_type
[all...]
H A Dbtm_ble_bgconn.c83 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
85 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
97 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
H A Dbtm_ble_gap.c1557 p_cur->ble_addr_type = addr_type;
1592 if (p_cur->ble_addr_type != BLE_ADDR_RANDOM)
H A Dbtm_int.h506 tBLE_ADDR_TYPE ble_addr_type; /* LE device type: public or random address */ member in struct:__anon1125
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c611 init_addr_type = p_lcb->ble_addr_type;
H A Dl2c_int.h436 tBLE_ADDR_TYPE ble_addr_type; member in struct:t_l2c_linkcb
H A Dl2c_utils.c2125 p_lcb->ble_addr_type = addr_type;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c2545 result.inq_res.ble_addr_type = p_inq->ble_addr_type;
4600 result.inq_res.ble_addr_type = p_inq->ble_addr_type;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h840 UINT8 ble_addr_type; member in struct:__anon673
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c540 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
H A Dbtif_dm.c1031 addr_type = p_search_data->inq_res.ble_addr_type;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h621 UINT8 ble_addr_type; member in struct:__anon1277

Completed in 700 milliseconds