Lines Matching defs:bd_addr
169 void BTA_DmDiscover(const RawAddress& bd_addr, tBTA_SERVICE_MASK services, in BTA_DmDiscover()
194 void BTA_DmDiscoverUUID(const RawAddress& bd_addr, const Uuid& uuid, in BTA_DmDiscoverUUID()
213 void BTA_DmBond(const RawAddress& bd_addr) { in BTA_DmBond()
219 void BTA_DmBondByTransport(const RawAddress& bd_addr, in BTA_DmBondByTransport()
226 void BTA_DmBondCancel(const RawAddress& bd_addr) { in BTA_DmBondCancel()
241 void BTA_DmPinReply(const RawAddress& bd_addr, bool accept, uint8_t pin_len, in BTA_DmPinReply()
284 void BTA_DmConfirm(const RawAddress& bd_addr, bool accept) { in BTA_DmConfirm()
299 void BTA_DmAddDevice(const RawAddress& bd_addr, DEV_CLASS dev_class, in BTA_DmAddDevice()
330 tBTA_STATUS BTA_DmRemoveDevice(const RawAddress& bd_addr) { in BTA_DmRemoveDevice()
389 uint16_t BTA_DmGetConnectionState(const RawAddress& bd_addr) { in BTA_DmGetConnectionState()
442 void BTA_DmAddBleKey(const RawAddress& bd_addr, tBTA_LE_KEY_VALUE* p_le_key, in BTA_DmAddBleKey()
463 void BTA_DmAddBleDevice(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in BTA_DmAddBleDevice()
483 void BTA_DmBlePasskeyReply(const RawAddress& bd_addr, bool accept, in BTA_DmBlePasskeyReply()
502 void BTA_DmBleConfirmReply(const RawAddress& bd_addr, bool accept) { in BTA_DmBleConfirmReply()
519 void BTA_DmBleSecurityGrant(const RawAddress& bd_addr, in BTA_DmBleSecurityGrant()
543 void BTA_DmSetBlePrefConnParams(const RawAddress& bd_addr, in BTA_DmSetBlePrefConnParams()
579 static void bta_dm_discover_send_msg(const RawAddress& bd_addr, in bta_dm_discover_send_msg()
625 void BTA_DmDiscoverByTransport(const RawAddress& bd_addr, in BTA_DmDiscoverByTransport()
647 void BTA_DmDiscoverExt(const RawAddress& bd_addr, in BTA_DmDiscoverExt()
721 void BTA_DmBleUpdateConnectionParams(const RawAddress& bd_addr, in BTA_DmBleUpdateConnectionParams()
795 void BTA_DmSetEncryption(const RawAddress& bd_addr, tBTA_TRANSPORT transport, in BTA_DmSetEncryption()
816 void BTA_DmCloseACL(const RawAddress& bd_addr, bool remove_dev, in BTA_DmCloseACL()