Searched refs:BT_GATT_CHRC_WRITE_WITHOUT_RESP (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/services/nus/ |
D | inst.h | 47 BT_GATT_CHRC_WRITE_WITHOUT_RESP, \
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_3_1.c | 100 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
|
D | service_b_3_2.c | 103 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
|
D | service_b_3_3.c | 101 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP |
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias.c | 137 BT_GATT_CHARACTERISTIC(BT_UUID_ALERT_LEVEL, BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 839 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, \
|
D | vocs.c | 448 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()
|
D | vocs_client.c | 396 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()
|
D | aics.c | 554 chrc->properties |= BT_GATT_CHRC_WRITE_WITHOUT_RESP; in bt_aics_register()
|
D | tbs.c | 1415 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, \
|
D | aics_client.c | 613 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in aics_discover_func()
|
D | bap_scan_delegator.c | 1131 BT_GATT_CHRC_WRITE_WITHOUT_RESP | BT_GATT_CHRC_WRITE,
|
D | ascs.c | 3115 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/ |
D | main.c | 97 BT_GATT_CHRC_READ | BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | hog.c | 170 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_gatt_srv.c | 159 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
D | proxy_srv.c | 947 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 216 BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 79 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_WRITE_WITHOUT_RESP,
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 368 BT_GATT_CHRC_WRITE_WITHOUT_RESP | \
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 417 #define BT_GATT_CHRC_WRITE_WITHOUT_RESP 0x04 macro
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 158 if (properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in print_chrc_props() 884 BT_GATT_CHRC_WRITE_WITHOUT_RESP |
|