Home
last modified time | relevance | path

Searched refs:ag_thread_id (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c84 static k_tid_t ag_thread_id; variable
1739 if (ag_thread_id == NULL) { in bt_hfp_ag_connect()
1748 ag_thread_id = k_thread_create( in bt_hfp_ag_connect()
1752 if (ag_thread_id == NULL) { in bt_hfp_ag_connect()
1755 k_thread_name_set(ag_thread_id, "HFP AG"); in bt_hfp_ag_connect()