Searched refs:BTA_dm_report_role_change (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_dm_act.cc | 47 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()
|
D | mock_bta_dm_act.h | 126 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/ |
D | bta_dm_acl.h | 31 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role,
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 189 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/ |
D | bta_dm_act.cc | 662 void BTA_dm_report_role_change(const RawAddress bd_addr, tHCI_ROLE new_role, in BTA_dm_report_role_change() function
|