Searched refs:rk_bt_spp_s_t (Results 1 – 1 of 1) sorted by relevance
36 static pthread_t rk_bt_recv_t = 0, rk_bt_spp_s_t = 0; variable257 if (pthread_create(&rk_bt_spp_s_t, NULL, rk_spp_client_recv, NULL)) { in main()261 pthread_setname_np(rk_bt_spp_s_t, "rk_bt_spp_s_t"); in main()262 pthread_detach(rk_bt_spp_s_t); in main()