Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/services/nus/
Dinst.h47 BT_GATT_CHRC_WRITE_WITHOUT_RESP, \
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_1.c100 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
Dservice_b_3_2.c103 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
Dservice_b_3_3.c101 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias.c137 BT_GATT_CHARACTERISTIC(BT_UUID_ALERT_LEVEL, BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/subsys/bluetooth/audio/
Dmcs.c839 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
845 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
856 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
862 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
909 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
915 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
927 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
941 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
Dvocs.c448 chrc->properties |= BT_GATT_CHRC_WRITE_WITHOUT_RESP; in bt_vocs_register()
454 chrc->properties |= BT_GATT_CHRC_WRITE_WITHOUT_RESP; in bt_vocs_register()
Dvocs_client.c396 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in vocs_discover_func()
408 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in vocs_discover_func()
Daics.c554 chrc->properties |= BT_GATT_CHRC_WRITE_WITHOUT_RESP; in bt_aics_register()
Dtbs.c1415 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP, \
1446 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_WRITE_WITHOUT_RESP, \
Daics_client.c613 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in aics_discover_func()
Dbap_scan_delegator.c1131 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_WRITE,
Dascs.c3115 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
3137 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_NOTIFY, \
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c97 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dhog.c170 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c159 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
Dproxy_srv.c947 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c216 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/modules/openthread/platform/
Dble.c79 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP,
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c368 BT_GATT_CHRC_WRITE_WITHOUT_RESP | \
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h417 #define BT_GATT_CHRC_WRITE_WITHOUT_RESP 0x04 macro
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c158 if (properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in print_chrc_props()
884 BT_GATT_CHRC_WRITE_WITHOUT_RESP |