Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/services/
Dbas.c82 rc = bt_gatt_notify(NULL, &bas.attrs[1], &level, sizeof(level)); in bt_bas_set_battery_level()
Dhrs.c103 rc = bt_gatt_notify(NULL, &hrs_svc.attrs[1], &hrm, sizeof(hrm)); in bt_hrs_notify()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/
Dservice_b_3_1.c133 bt_gatt_notify(NULL, &service_b_3_1_attrs[1], &value_v6_value, in service_b_3_1_value_v6_notify()
Dservice_b_3_2.c137 bt_gatt_notify(NULL, &service_b_3_2_attrs[1], &value_v6_value, in service_b_3_2_value_v6_notify()
Dservice_b_3_3.c137 bt_gatt_notify(NULL, &service_b_3_3_attrs[1], &value_v6_value, in service_b_3_3_value_v6_notify()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral/src/
Dcts.c108 bt_gatt_notify(NULL, &cts_cvs.attrs[1], &ct, sizeof(ct)); in cts_notify()
/Zephyr-Core-2.7.6/samples/bluetooth/st_ble_sensor/src/
Dmain.c121 err = bt_gatt_notify(NULL, &stsensor_svc.attrs[4], in button_callback()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_csc/src/
Dmain.c244 bt_gatt_notify(conn, &csc_svc.attrs[8], buf, sizeof(buf)); in ctrl_point_ind()
297 bt_gatt_notify(NULL, &csc_svc.attrs[1], buf, sizeof(buf)); in measurement_nfy()
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/pong/src/
Dble.c106 err = bt_gatt_notify(default_conn, local_attr, &data, BALL_INFO_LEN); in ble_send_ball()
122 err = bt_gatt_notify(default_conn, local_attr, &lost, sizeof(lost)); in ble_send_lost()
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/
Dsmp_bt.c175 return bt_gatt_notify(conn, smp_bt_attrs + 2, data, len); in smp_bt_tx_rsp()
/Zephyr-Core-2.7.6/doc/reference/bluetooth/
Dgatt.rst54 Attribute value changes can be notified using :c:func:`bt_gatt_notify` API,
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_esp/src/
Dmain.c267 bt_gatt_notify(conn, chrc, &value, sizeof(value)); in update_temperature()
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h1027 static inline int bt_gatt_notify(struct bt_conn *conn, in bt_gatt_notify() function
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dgatt.c764 bt_gatt_notify(conn, attr, buf, len); in write_vnd1()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c788 bt_gatt_notify(NULL, attr, value->data, value->len); in alloc_value()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.13.rst354 * :github:`9530` - Bluetooth/gatt: bt_gatt_notify never return -ENOMEM, undocumented return value.
Drelease-notes-2.4.rst979 * :github:`28248` - bt_gatt_notify() causes "unable to alllocate TX buffer"
Drelease-notes-2.5.rst1641 * :github:`28809` - Enable bt_gatt_notify() to overwrite notified value before sending rather than …