Home
last modified time | relevance | path

Searched refs:own_address (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc70 RawAddress own_address; member
100 own_address(RawAddress::kEmpty), in AdvertisingInstance()
177 cb.Run(adv_inst[inst_id].own_address_type, adv_inst[inst_id].own_address); in GetOwnAddress()
227 p_inst->own_address = bda; in ConfigureRpa()
258 p_inst->own_address = bda; in RegisterAdvertiser()
268 p_inst->own_address = *controller_get_interface()->get_address(); in RegisterAdvertiser()
328 const RawAddress& rpa = c->self->adv_inst[c->inst_id].own_address; in StartAdvertising()
439 const RawAddress& rpa = c->self->adv_inst[c->inst_id].own_address; in StartAdvertisingSet()
703 p_inst->own_address_type, p_inst->own_address, 0x00, peer_address, in SetParameters()
963 btm_acl_update_conn_addr(connection_handle, p_inst->own_address); in OnAdvertisingSetTerminated()
Dble_advertiser_hci_interface.h58 const RawAddress& own_address, uint8_t peer_address_type,
Dble_advertiser_hci_interface.cc119 uint8_t own_address_type, const RawAddress& own_address, in SetParameters() argument
149 BDADDR_TO_STREAM(pp, own_address); in SetParameters()
/system/bt/gd/cert/
Dpy_hci.py195 own_address, argument
213 self.send_command(LeSetExtendedAdvertisingRandomAddressBuilder(handle, own_address))
Dpy_le_acl_manager.py48 self.own_address = address
Dpy_hal.py261 own_address, argument
280 self.send_hci_command(LeSetExtendedAdvertisingRandomAddressBuilder(handle, own_address))
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc1181 Address own_address; in IncomingLeAdvertisementPacket() local
1186 own_address = properties_.GetAddress(); in IncomingLeAdvertisementPacket()
1189 own_address = properties_.GetLeAddress(); in IncomingLeAdvertisementPacket()
1198 own_address.ToString().c_str(), le_address_type_); in IncomingLeAdvertisementPacket()
1203 own_address, incoming.GetSourceAddress(), le_connection_interval_min_, in IncomingLeAdvertisementPacket()
1213 AddressWithType own_address, in HandleLeConnection() argument
1219 uint16_t handle = connections_.CreateLeConnection(address, own_address); in HandleLeConnection()
2678 auto own_address = in LeCreateCis() local
2687 own_address.GetAddress(), peer_address.GetAddress(), in LeCreateCis()
2870 Address own_address = properties_.GetAddress(); in SetLeAdvertisingEnable() local
[all …]
/system/bt/stack/test/
Dble_advertiser_test.cc119 uint8_t own_address_type, const RawAddress& own_address, in SetParameters() argument
127 own_address_type, own_address, peer_address_type, in SetParameters()