Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c286 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_TERMINATE_REASON, in tbs_set_terminate_reason()
292 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_TERMINATE_REASON, in tbs_set_terminate_reason()
452 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_CALL_STATE, in notify_calls()
463 err = bt_gatt_notify_uuid( in notify_calls()
476 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_CALL_STATE, in notify_calls()
486 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_LIST_CURRENT_CALLS, in notify_calls()
1725 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_SIGNAL_STRENGTH, in signal_interval_timeout()
1740 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_SIGNAL_STRENGTH, in signal_interval_timeout()
2084 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_INCOMING_URI, in bt_tbs_remote_incoming()
2088 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_INCOMING_CALL, in bt_tbs_remote_incoming()
[all …]
Dmicp_mic_dev.c59 err = bt_gatt_notify_uuid(NULL, BT_UUID_MICS_MUTE, server->service_p->attrs, &server->mute, in notify_work_handler()
Dvcp_vol_rend.c111 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
Dvocs.c86 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
Dbap_scan_delegator.c142 int err = bt_gatt_notify_uuid(NULL, BT_UUID_BASS_RECV_STATE, in bass_notify_receive_state()
259 gatt_err = bt_gatt_notify_uuid(conn, BT_UUID_BASS_RECV_STATE, in scan_delegator_security_changed()
Dmcs.c932 int err = bt_gatt_notify_uuid(NULL, uuid, mcs.attrs, data, len); in notify()
955 err = bt_gatt_notify_uuid(conn, uuid, mcs.attrs, (void *)str, in notify_string()
Daics.c200 err = bt_gatt_notify_uuid(NULL, uuid, inst->srv.service_p->attrs, data, len); in notify()
Dascs.c2887 return bt_gatt_notify_uuid(conn, BT_UUID_ASCS_ASE_CP, ascs_svc.attrs, data, len); in control_point_notify()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dgatt.h1173 static inline int bt_gatt_notify_uuid(struct bt_conn *conn, in bt_gatt_notify_uuid() function