Searched refs:bda_type (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/acl/ |
D | btm_ble_connection_establishment.cc | 108 bool maybe_resolve_address(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in maybe_resolve_address() argument 110 tBLE_ADDR_TYPE peer_addr_type = *bda_type; in maybe_resolve_address() 120 is_in_security_db = btm_identity_addr_to_random_pseudo(bda, bda_type, true); in maybe_resolve_address() 135 *bda_type = match_rec->ble.ble_addr_type; in maybe_resolve_address() 151 tBLE_ADDR_TYPE bda_type; in btm_ble_conn_complete() local 159 STREAM_TO_UINT8(bda_type, p); in btm_ble_conn_complete() 175 tBLE_ADDR_TYPE peer_addr_type = bda_type; in btm_ble_conn_complete() 176 bool is_in_security_db = maybe_resolve_address(&bda, &bda_type); in btm_ble_conn_complete() 185 tBLE_BD_ADDR address_with_type{.bda = bda, .type = bda_type}; in btm_ble_conn_complete() 204 tBLE_BD_ADDR address_with_type{.bda = bda, .type = bda_type}; in btm_ble_conn_complete()
|
D | ble_acl.cc | 35 bool maybe_resolve_address(RawAddress* bda, tBLE_ADDR_TYPE* bda_type);
|
/system/bt/test/mock/ |
D | mock_stack_acl_btm_ble_connection_establishment.h | 95 std::function<bool(RawAddress* bda, tBLE_ADDR_TYPE* bda_type)> body{ 96 [](RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { return false; }}; 97 bool operator()(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in operator() 98 return body(bda, bda_type); in operator()
|
D | mock_stack_acl_btm_ble_connection_establishment.cc | 82 bool maybe_resolve_address(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in maybe_resolve_address() argument 85 maybe_resolve_address(bda, bda_type); in maybe_resolve_address()
|