Searched refs:btpan_role (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_pan.c192 int btpan_role = 0; local
195 btpan_role |= BTPAN_ROLE_PANNAP;
197 btpan_role |= BTPAN_ROLE_PANU;
198 return btpan_role;
201 static inline int btpan_role_to_bta(int btpan_role) argument
204 BTIF_TRACE_DEBUG("btpan_role:0x%x", btpan_role);
205 if (btpan_role & BTPAN_ROLE_PANNAP)
207 if (btpan_role & BTPAN_ROLE_PANU)
577 int btpan_role local
[all...]

Completed in 4 milliseconds