Searched defs:remote_bd_addr (Results 1 – 9 of 9) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_interface.cc | 88 RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback() 115 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback() 126 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback() 138 void BondStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, in BondStateChangedCallback() 148 void AclStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, in AclStateChangedCallback() 330 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback() 336 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback() 342 bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) { in BondStateChangedCallback()
|
/system/bt/btif/src/ |
D | btif_storage.cc | 187 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg() 286 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop() 750 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property() 766 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property() 783 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device() 819 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device() 850 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device() 1056 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key() 1099 bt_status_t btif_storage_get_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_get_ble_bonding_key() 1142 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys() [all …]
|
/system/bt/tools/bdtool/ |
D | adapter.c | 60 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed() 152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
|
/system/bt/test/suite/adapter/ |
D | bluetooth_test.cc | 137 RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback()
|
/system/bt/stack/include/ |
D | sdp_api.h | 112 RawAddress remote_bd_addr; /* Remote BD address */ member
|
D | btm_api_types.h | 624 RawAddress remote_bd_addr; member 744 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 1919 static void bta_dm_discover_device(const RawAddress& remote_bd_addr) { in bta_dm_discover_device() 3064 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) { in bta_dm_reset_sec_dev_pending() 3086 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr) { in bta_dm_remove_sec_dev_entry()
|
/system/bt/stack/btm/ |
D | btm_acl.cc | 504 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() 537 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, in BTM_SwitchRole()
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 396 RawAddress remote_bd_addr; /* The BD address of the remote */ member
|