Searched defs:pan_pth (Results 1 - 1 of 1) sorted by last modified time

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c289 static int pan_pth = -1; variable
292 if(pan_pth < 0)
293 pan_pth = btsock_thread_create(btpan_tap_fd_signaled, NULL);
294 if(pan_pth >= 0)
295 btsock_thread_add_fd(pan_pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0);
300 if(pan_pth >= 0)
302 btsock_thread_exit(pan_pth);
303 pan_pth = -1;
396 btsock_thread_add_fd(pan_pth, btpan_cb.tap_fd, 0, SOCK_THREAD_FD_RD, 0);
478 if(pan_pth >
[all...]

Completed in 72 milliseconds