Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_storage.cc57 bool btif_storage_is_restricted_device(const RawAddress* remote_bd_addr) { in btif_storage_is_restricted_device()
61 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key()
73 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device()
80 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info()
87 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device()
97 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, in btif_storage_get_ble_bonding_key()
109 bt_status_t btif_storage_get_remote_addr_type(const RawAddress* remote_bd_addr, in btif_storage_get_remote_addr_type()
115 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
132 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys()
141 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device()
[all …]
Dmock_stack_btm.cc80 .BTM_SwitchRoleToCentral = [](const RawAddress& remote_bd_addr)
81 -> tBTM_STATUS { return BTM_SUCCESS; }, in __anon383244b01302()
Dmock_stack_acl.cc346 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole()
369 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc134 static int prop2cfg(const RawAddress* remote_bd_addr, bt_property_t* prop) { in prop2cfg()
239 static int cfg2prop(const RawAddress* remote_bd_addr, bt_property_t* prop) { in cfg2prop()
757 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
773 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property()
790 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr, in btif_storage_add_remote_device()
831 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr, in btif_storage_add_bonded_device()
860 const RawAddress* remote_bd_addr) { in btif_storage_remove_bonded_device()
1174 bt_status_t btif_storage_add_ble_bonding_key(RawAddress* remote_bd_addr, in btif_storage_add_ble_bonding_key()
1216 bt_status_t btif_storage_get_ble_bonding_key(const RawAddress& remote_bd_addr, in btif_storage_get_ble_bonding_key()
1260 const RawAddress* remote_bd_addr) { in btif_storage_remove_ble_bonding_keys()
[all …]
Dbtif_profile_storage.cc120 RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, in btif_storage_add_hid_device_info()
221 bt_status_t btif_storage_remove_hid_info(const RawAddress& remote_bd_addr) { in btif_storage_remove_hid_info()
1030 bt_status_t btif_storage_set_hidd(const RawAddress& remote_bd_addr) { in btif_storage_set_hidd()
1053 bt_status_t btif_storage_remove_hidd(RawAddress* remote_bd_addr) { in btif_storage_remove_hidd()
1067 void btif_storage_set_pce_profile_version(const RawAddress& remote_bd_addr, in btif_storage_set_pce_profile_version()
1090 bool btif_storage_is_pce_version_102(const RawAddress& remote_bd_addr) { in btif_storage_is_pce_version_102()
Dbluetooth.cc978 static void metadata_changed(const RawAddress& remote_bd_addr, int key, in metadata_changed()
Dbtif_dm.cc4033 void btif_dm_metadata_changed(const RawAddress& remote_bd_addr, int key, in btif_dm_metadata_changed()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_btm_api_layer.cc35 bool BTM_IsEncrypted(const RawAddress& remote_bd_addr, in BTM_IsEncrypted()
40 bool BTM_IsLinkKeyKnown(const RawAddress& remote_bd_addr, in BTM_IsLinkKeyKnown()
/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc121 void pin_request([[maybe_unused]] RawAddress* remote_bd_addr, in pin_request()
128 void ssp_request([[maybe_unused]] RawAddress* remote_bd_addr, in ssp_request()
139 [[maybe_unused]] RawAddress* remote_bd_addr, in bond_state_changed()
156 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed()
Dinterface.h56 RawAddress remote_bd_addr; member
/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c63 void acl_state_changed(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed()
155 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc67 void pin_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in pin_request_callback()
69 void ssp_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in ssp_request_callback()
72 void bond_state_changed_callback(bt_status_t status, RawAddress* remote_bd_addr, in bond_state_changed_callback()
78 void acl_state_changed_callback(bt_status_t status, RawAddress* remote_bd_addr, in acl_state_changed_callback()
/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc61 RawAddress* remote_bd_addr, in RemoteDevicePropertiesCallback()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1855 const RawAddress& remote_bd_addr) { in bta_dm_determine_discovery_transport()
1871 static void bta_dm_discover_device(const RawAddress& remote_bd_addr) { in bta_dm_discover_device()
2948 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr) { in bta_dm_reset_sec_dev_pending()
2970 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr) { in bta_dm_remove_sec_dev_entry()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_utils.cc451 uint16_t sdpu_get_active_ccb_cid(const RawAddress& remote_bd_addr) { in sdpu_get_active_ccb_cid()
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h155 RawAddress remote_bd_addr; /* Remote BD address */ member
/packages/modules/Bluetooth/system/stack/btm/
Dneighbor_inquiry.h103 RawAddress remote_bd_addr; member
/packages/modules/Bluetooth/system/stack/acl/
Dacl.h155 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member
Dbtm_acl.cc561 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role) { in BTM_GetRole()
594 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr) { in BTM_SwitchRoleToCentral()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h453 RawAddress remote_bd_addr; /* The BD address of the remote */ member