Searched refs:bt_gatt_notify_uuid (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 313 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 …]
|
D | micp_mic_dev.c | 68 err = bt_gatt_notify_uuid(NULL, BT_UUID_MICS_MUTE, server->service_p->attrs, &server->mute, in notify_work_handler()
|
D | vcp_vol_rend.c | 127 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
|
D | vocs.c | 98 err = bt_gatt_notify_uuid(NULL, uuid, inst->service_p->attrs, data, len); in notify()
|
D | mcs.c | 975 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()
|
D | csip_set_member.c | 743 err = bt_gatt_notify_uuid(conn, uuid, svc_inst->service_p->attrs, data, len); in notify()
|
D | aics.c | 212 err = bt_gatt_notify_uuid(NULL, uuid, inst->srv.service_p->attrs, data, len); in notify()
|
D | bap_scan_delegator.c | 174 err = bt_gatt_notify_uuid(NULL, BT_UUID_BASS_RECV_STATE, in bass_notify_receive_state()
|
D | ascs.c | 3228 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/ |
D | gatt.h | 1375 static inline int bt_gatt_notify_uuid(struct bt_conn *conn, in bt_gatt_notify_uuid() function
|