Home
last modified time | relevance | path

Searched refs:tBTA_PAN_ROLE (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_pan_api.h53 typedef uint8_t tBTA_PAN_ROLE; typedef
64 tBTA_PAN_ROLE role; /* PAN roles successfully registered */
79 tBTA_PAN_ROLE local_role; /* Local device PAN role for the connection */
80 tBTA_PAN_ROLE peer_role; /* Peer device PAN role for the connection */
145 void BTA_PanSetRole(tBTA_PAN_ROLE role, const tBTA_PAN_ROLE_INFO p_user_info,
160 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role,
161 tBTA_PAN_ROLE peer_role);
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_int.h81 tBTA_PAN_ROLE role;
89 tBTA_PAN_ROLE local_role; /* local role */
90 tBTA_PAN_ROLE peer_role; /* peer role */
140 tBTA_PAN_ROLE local_role; /* local role */
141 tBTA_PAN_ROLE peer_role; /* peer role */
Dbta_pan_api.cc109 void BTA_PanSetRole(tBTA_PAN_ROLE role, const tBTA_PAN_ROLE_INFO user_info, in BTA_PanSetRole()
153 void BTA_PanOpen(const RawAddress& bd_addr, tBTA_PAN_ROLE local_role, in BTA_PanOpen()
154 tBTA_PAN_ROLE peer_role) { in BTA_PanOpen()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_pan_internal.h63 tBTA_PAN_ROLE local_role;
64 tBTA_PAN_ROLE remote_role;
86 tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role);
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_pan_api.cc34 tBTA_PAN_ROLE /* local_role */, in BTA_PanOpen() argument
35 tBTA_PAN_ROLE /* peer_role */) { in BTA_PanOpen()
38 void BTA_PanSetRole(tBTA_PAN_ROLE /* role */, in BTA_PanSetRole() argument
/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc176 static inline int bta_role_to_btpan(tBTA_PAN_ROLE bta_pan_role) { in bta_role_to_btpan()
183 static inline tBTA_PAN_ROLE btpan_role_to_bta(int btpan_role) { in btpan_role_to_bta()
184 tBTA_PAN_ROLE bta_pan_role = PAN_ROLE_INACTIVE; in btpan_role_to_bta()
190 static tBTA_PAN_ROLE btpan_dev_local_role;
196 const tBTA_PAN_ROLE bta_pan_role = btpan_role_to_bta(local_role); in btpan_enable()
208 tBTA_PAN_ROLE bta_local_role = btpan_role_to_bta(local_role); in btpan_connect()
209 tBTA_PAN_ROLE bta_remote_role = btpan_role_to_bta(remote_role); in btpan_connect()
501 tBTA_PAN_ROLE local_role, in btpan_new_conn()
502 tBTA_PAN_ROLE remote_role) { in btpan_new_conn()
/packages/modules/Bluetooth/system/bta/test/
Dbta_pan_test.cc115 tBTA_PAN_ROLE role = BTA_PAN_ROLE_PANU | BTA_PAN_ROLE_NAP; in TEST_F()
143 tBTA_PAN_ROLE role = BTA_PAN_ROLE_PANU | BTA_PAN_ROLE_NAP; in TEST_F()
190 tBTA_PAN_ROLE role = BTA_PAN_ROLE_PANU | BTA_PAN_ROLE_NAP; in TEST_F()