Searched refs:p_addr_type (Results 1 - 8 of 8) sorted by relevance

/system/bt/btif/include/
H A Dbtif_config.h63 bool btif_get_address_type(const RawAddress& bd_addr, int* p_addr_type);
/system/bt/stack/test/
H A Dstack_smp_test.cc61 tBLE_ADDR_TYPE* p_addr_type) {
63 *p_addr_type = 0x00;
70 tBLE_ADDR_TYPE* p_addr_type) {
72 *p_addr_type = 0x01;
59 BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr, tBLE_ADDR_TYPE* p_addr_type) argument
68 BTM_ReadConnectionAddr(const RawAddress& remote_bda, RawAddress& local_conn_addr, tBLE_ADDR_TYPE* p_addr_type) argument
/system/bt/stack/include/
H A Dbtm_ble_api.h365 tBLE_ADDR_TYPE* p_addr_type);
378 tBLE_ADDR_TYPE* p_addr_type);
523 * p_addr_type: output parameter to read the address type.
528 tBLE_ADDR_TYPE* p_addr_type);
/system/bt/stack/btm/
H A Dbtm_ble_addr.cc369 uint8_t* p_addr_type, bool refresh) {
372 btm_find_dev_by_identity_addr(*bd_addr, *p_addr_type);
386 *p_addr_type = p_dev_rec->ble.ble_addr_type;
368 btm_identity_addr_to_random_pseudo(RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh) argument
H A Dbtm_ble.cc259 tBLE_ADDR_TYPE* p_addr_type) {
267 *p_addr_type = p_acl->conn_addr_type;
305 * p_addr_type : BD Address type, Public or Random of the address
313 tBLE_ADDR_TYPE* p_addr_type) {
326 *p_addr_type = p->active_remote_addr_type;
332 *p_addr_type = p_dev_rec->ble.ble_addr_type;
602 * p_addr_type: output parameter to read the address type.
606 tBLE_ADDR_TYPE* p_addr_type) {
610 *p_addr_type = BLE_ADDR_PUBLIC;
617 *p_addr_type
257 BTM_ReadConnectionAddr(const RawAddress& remote_bda, RawAddress& local_conn_addr, tBLE_ADDR_TYPE* p_addr_type) argument
311 BTM_ReadRemoteConnectionAddr(const RawAddress& pseudo_addr, RawAddress& conn_addr, tBLE_ADDR_TYPE* p_addr_type) argument
605 BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, tBLE_ADDR_TYPE* p_addr_type) argument
[all...]
H A Dbtm_ble_int.h168 uint8_t* p_addr_type,
H A Dbtm_acl.cc146 tBLE_ADDR_TYPE* p_addr_type) {
157 *p_addr_type = p_dev_rec->ble.ble_addr_type;
162 *p_addr_type = BLE_ADDR_RANDOM;
167 *p_addr_type = p_dev_rec->ble.static_addr_type;
144 btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC* p_dev_rec, RawAddress& conn_addr, tBLE_ADDR_TYPE* p_addr_type) argument
/system/bt/btif/src/
H A Dbtif_config.cc104 bool btif_get_address_type(const RawAddress& bda, int* p_addr_type) { argument
105 if (p_addr_type == NULL) return false;
110 if (!btif_config_get_int(bd_addr_str, "AddrType", p_addr_type)) return false;
113 *p_addr_type);

Completed in 652 milliseconds