Home
last modified time | relevance | path

Searched refs:BTA_dm_report_role_change (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_act.cc47 struct BTA_dm_report_role_change BTA_dm_report_role_change; variable
114 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() function
117 test::mock::bta_dm_act::BTA_dm_report_role_change(bd_addr, new_role, in BTA_dm_report_role_change()
Dmock_bta_dm_act.h126 struct BTA_dm_report_role_change { struct
136 extern struct BTA_dm_report_role_change BTA_dm_report_role_change; argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_dm_acl.h31 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role,
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc189 BTA_dm_report_role_change(bda, new_role, hci_status); in NotifyAclRoleSwitchComplete()
1413 BTA_dm_report_role_change(bd_addr, new_role, hci_status); in btm_acl_role_changed()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc662 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() function