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

/system/bt/btif/src/
H A Dbtif_pan.c285 static int pan_pth = -1; variable
288 if (pan_pth < 0)
289 pan_pth = btsock_thread_create(btpan_tap_fd_signaled, NULL);
290 if (pan_pth >= 0)
291 btsock_thread_add_fd(pan_pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0);
296 if (pan_pth >= 0)
298 btsock_thread_exit(pan_pth);
299 pan_pth = -1;
391 btsock_thread_add_fd(pan_pth, btpan_cb.tap_fd, 0, SOCK_THREAD_FD_RD, 0);
466 if (pan_pth >
[all...]

Completed in 4 milliseconds