Searched defs:remote_bd_addr (Results 1 – 10 of 10) 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 | 185 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg() 283 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop() 741 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property() 757 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property() 774 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device() 810 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device() 841 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device() 1046 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key() 1089 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, in btif_storage_get_ble_bonding_key() 1133 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys() [all …]
|
/system/bt/test/headless/ |
D | headless.cc | 60 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request() 65 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() 72 void bond_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed() 78 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed()
|
/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 | 109 RawAddress remote_bd_addr; /* Remote BD address */ member
|
D | btm_api_types.h | 487 RawAddress remote_bd_addr; member 595 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 1921 static void bta_dm_discover_device(const RawAddress& remote_bd_addr) { in bta_dm_discover_device() 3071 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) { in bta_dm_reset_sec_dev_pending() 3093 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 | 506 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) { in BTM_GetRole() 539 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role, in BTM_SwitchRole()
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 395 RawAddress remote_bd_addr; /* The BD address of the remote */ member
|