Home
last modified time | relevance | path

Searched defs:remote_bd_addr (Results 1 – 10 of 10) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cc88 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/
Dbtif_storage.cc185 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/
Dheadless.cc60 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/
Dadapter.c60 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/
Dbluetooth_test.cc137 RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback()
/system/bt/stack/include/
Dsdp_api.h109 RawAddress remote_bd_addr; /* Remote BD address */ member
Dbtm_api_types.h487 RawAddress remote_bd_addr; member
595 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
/system/bt/bta/dm/
Dbta_dm_act.cc1921 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/
Dbtm_acl.cc506 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/
Dl2c_int.h395 RawAddress remote_bd_addr; /* The BD address of the remote */ member