Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c313 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_TERMINATE_REASON, inst->attrs, in tbs_set_terminate_reason()
491 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_CALL_STATE, inst->attrs, read_buf.data, in inst_notify_calls()
501 err = bt_gatt_notify_uuid(NULL, BT_UUID_TBS_LIST_CURRENT_CALLS, inst->attrs, in inst_notify_calls()
1500 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_SIGNAL_STRENGTH, inst->attrs, &inst->signal_strength, in signal_interval_timeout()
1969 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_INCOMING_URI, inst->attrs, &inst->incoming_uri, in tbs_inst_remote_incoming()
1972 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_INCOMING_CALL, inst->attrs, &inst->in_call, in tbs_inst_remote_incoming()
1980 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_FRIENDLY_NAME, inst->attrs, in tbs_inst_remote_incoming()
1984 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_FRIENDLY_NAME, inst->attrs, NULL, 0); in tbs_inst_remote_incoming()
2046 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_PROVIDER_NAME, inst->attrs, inst->provider_name, in bt_tbs_set_bearer_provider_name()
2067 bt_gatt_notify_uuid(NULL, BT_UUID_TBS_TECHNOLOGY, inst->attrs, &inst->technology, in bt_tbs_set_bearer_technology()
[all …]
Dmicp_mic_dev.c68 err = bt_gatt_notify_uuid(NULL, BT_UUID_MICS_MUTE, server->service_p->attrs, &server->mute, in notify_work_handler()
Dvcp_vol_rend.c127 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
Dvocs.c98 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
Dmcs.c975 int err = bt_gatt_notify_uuid(NULL, uuid, mcs.attrs, data, len); in notify()
998 err = bt_gatt_notify_uuid(conn, uuid, mcs.attrs, (void *)str, in notify_string()
Dcsip_set_member.c743 err = bt_gatt_notify_uuid(conn, uuid, svc_inst->service_p->attrs, data, len); in notify()
Daics.c212 err = bt_gatt_notify_uuid(NULL, uuid, inst->srv.service_p->attrs, data, len); in notify()
Dbap_scan_delegator.c174 err = bt_gatt_notify_uuid(NULL, BT_UUID_BASS_RECV_STATE, in bass_notify_receive_state()
Dascs.c3228 return bt_gatt_notify_uuid(conn, BT_UUID_ASCS_ASE_CP, ascs_svc.attrs, data, len); in control_point_notify()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1375 static inline int bt_gatt_notify_uuid(struct bt_conn *conn, in bt_gatt_notify_uuid() function