Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/
Dbta_pan_test.cc126 BTA_PanSetRole(role, user_info, nap_info); in TEST_F()
168 BTA_PanSetRole(role, user_info, nap_info); in TEST_F()
218 BTA_PanSetRole(role, user_info, nap_info); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_pan_api.cc38 void BTA_PanSetRole(tBTA_PAN_ROLE /* role */, in BTA_PanSetRole() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_pan_api.h145 void BTA_PanSetRole(tBTA_PAN_ROLE role, const tBTA_PAN_ROLE_INFO p_user_info,
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_api.cc109 void BTA_PanSetRole(tBTA_PAN_ROLE role, const tBTA_PAN_ROLE_INFO user_info, in BTA_PanSetRole() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc197 BTA_PanSetRole(bta_pan_role, bta_panu_info, bta_pan_nap_info); in btpan_enable()