Lines Matching refs:bd_addr

430 void BTA_DmDiscover(BD_ADDR bd_addr, tBTA_SERVICE_MASK services,
440 bdcpy(p_msg->bd_addr, bd_addr);
460 void BTA_DmDiscoverUUID(BD_ADDR bd_addr, tSDP_UUID *uuid,
468 bdcpy(p_msg->bd_addr, bd_addr);
493 BOOLEAN BTA_DmIsMaster(BD_ADDR bd_addr)
498 BTM_GetRole(bd_addr, &link_role);
518 void BTA_DmBond(BD_ADDR bd_addr)
520 BTA_DmBondByTransport (bd_addr, BTA_TRANSPORT_UNKNOWN);
534 void BTA_DmBondByTransport(BD_ADDR bd_addr, tBTA_TRANSPORT transport)
541 bdcpy(p_msg->bd_addr, bd_addr);
560 void BTA_DmBondCancel(BD_ADDR bd_addr)
567 bdcpy(p_msg->bd_addr, bd_addr);
585 void BTA_DmPinReply(BD_ADDR bd_addr, BOOLEAN accept, UINT8 pin_len, UINT8 *p_pin)
593 bdcpy(p_msg->bd_addr, bd_addr);
610 ** bd_addr.
617 void BTA_DmLinkPolicy(BD_ADDR bd_addr, tBTA_DM_LP_MASK policy_mask,
625 bdcpy(p_msg->bd_addr, bd_addr);
665 void BTA_DmConfirm(BD_ADDR bd_addr, BOOLEAN accept)
672 bdcpy(p_msg->bd_addr, bd_addr);
689 void BTA_DmPasskeyCancel(BD_ADDR bd_addr)
697 bdcpy(p_msg->bd_addr, bd_addr);
715 void BTA_DmAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, LINK_KEY link_key,
727 bdcpy(p_msg->bd_addr, bd_addr);
765 tBTA_STATUS BTA_DmRemoveDevice(BD_ADDR bd_addr)
774 bdcpy(p_msg->bd_addr, bd_addr);
796 void BTA_DmAddDevWithName (BD_ADDR bd_addr, DEV_CLASS dev_class,
808 bdcpy(p_msg->bd_addr, bd_addr);
848 void BTA_DmAuthorizeReply(BD_ADDR bd_addr, tBTA_SERVICE_ID service, tBTA_AUTH_RESP response)
856 bdcpy(p_msg->bd_addr, bd_addr);
1086 BOOLEAN BTA_DmUseSsr( BD_ADDR bd_addr )
1089 tBTA_DM_PEER_DEVICE * p_dev = bta_dm_find_peer_device(bd_addr);
1104 UINT16 BTA_DmGetConnectionState( BD_ADDR bd_addr )
1106 tBTA_DM_PEER_DEVICE * p_dev = bta_dm_find_peer_device(bd_addr);
1194 bdcpy(p_msg->bd_addr, remote_device);
1272 ** Parameters: bd_addr - BD address of the peer
1279 void BTA_DmAddBleKey (BD_ADDR bd_addr, tBTA_LE_KEY_VALUE *p_le_key, tBTA_LE_KEY_TYPE key_type)
1291 bdcpy(p_msg->bd_addr, bd_addr);
1308 ** Parameters: bd_addr - BD address of the peer
1315 void BTA_DmAddBleDevice(BD_ADDR bd_addr, tBLE_ADDR_TYPE addr_type, tBT_DEVICE_TYPE dev_type)
1325 bdcpy(p_msg->bd_addr, bd_addr);
1339 ** Parameters: bd_addr - BD address of the peer
1347 void BTA_DmBlePasskeyReply(BD_ADDR bd_addr, BOOLEAN accept, UINT32 passkey)
1357 bdcpy(p_msg->bd_addr, bd_addr);
1374 ** Parameters: bd_addr - BD address of the peer
1380 void BTA_DmBleSecurityGrant(BD_ADDR bd_addr, tBTA_DM_BLE_SEC_GRANT res)
1390 bdcpy(p_msg->bd_addr, bd_addr);
1404 ** Parameters: bd_addr - BD address of the peripheral
1416 void BTA_DmSetBlePrefConnParams(BD_ADDR bd_addr,
1429 memcpy(p_msg->peer_bda, bd_addr, BD_ADDR_LEN);
1804 static void bta_dm_discover_send_msg(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services,
1818 bdcpy(p_msg->bd_addr, bd_addr);
1851 ** Parameters bd_addr: Bluetooth address of remote device
1861 void BTA_DmDiscoverByTransport(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services,
1865 bta_dm_discover_send_msg(bd_addr, p_services, p_cback, sdp_search, transport);
1879 ** Parameters bd_addr: Bluetooth address of remote device
1888 void BTA_DmDiscoverExt(BD_ADDR bd_addr, tBTA_SERVICE_MASK_EXT *p_services,
1891 bta_dm_discover_send_msg(bd_addr, p_services, p_cback, sdp_search, BTA_TRANSPORT_UNKNOWN);
1960 ** Parameters: bd_addr - BD address of the peer
1966 void BTA_DmBleEnableRemotePrivacy(BD_ADDR bd_addr, BOOLEAN privacy_enable)
1968 UNUSED(bd_addr);
2407 ** Parameters: bd_addr - BD address of the peer
2416 void BTA_DmBleUpdateConnectionParams(BD_ADDR bd_addr, UINT16 min_int, UINT16 max_int,
2426 bdcpy(p_msg->bd_addr, bd_addr);
2446 ** Parameters: bd_addr - Address of the peer device
2459 void BTA_DmSetEncryption(BD_ADDR bd_addr, tBTA_TRANSPORT transport, tBTA_DM_ENCRYPT_CBACK *p_callback,
2471 memcpy(p_msg->bd_addr, bd_addr, BD_ADDR_LEN);
2487 ** Parameters: bd_addr - Address of the peer device
2493 void BTA_DmCloseACL(BD_ADDR bd_addr, BOOLEAN remove_dev, tBTA_TRANSPORT transport)
2505 memcpy(p_msg->bd_addr, bd_addr, BD_ADDR_LEN);