Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c94 struct cp_ntf { struct
99 } cp_ntf; member
352 if (svc_insts[i].cp_ntf.pending && conn_index == svc_insts[i].cp_ntf.conn_index) { in disconnected()
353 memset(&svc_insts[i].cp_ntf, 0, sizeof(svc_insts[i].cp_ntf)); in disconnected()
912 if (inst->cp_ntf.pending && bt_conn_index(conn) == inst->cp_ntf.conn_index && in notify_handler_cb()
914 const struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in notify_handler_cb()
923 inst->cp_ntf.pending = false; in notify_handler_cb()
1565 if (inst->cp_ntf.pending) { in write_call_cp()
1699 struct bt_tbs_call_cp_notify *notification = &inst->cp_ntf.notification; in write_call_cp()
1704 inst->cp_ntf.pending = true; in write_call_cp()
[all …]