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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c187 int btpan_role = 0; local
191 btpan_role |= BTPAN_ROLE_PANNAP;
195 btpan_role |= BTPAN_ROLE_PANU;
197 return btpan_role;
200 static inline int btpan_role_to_bta(int btpan_role) argument
203 BTIF_TRACE_DEBUG("btpan_role:0x%x", btpan_role);
204 if(btpan_role & BTPAN_ROLE_PANNAP)
208 if(btpan_role & BTPAN_ROLE_PANU)
587 int btpan_role local
[all...]

Completed in 338 milliseconds