Searched refs:_ots (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots.c | 547 #define BT_GATT_OTS_ATTRS(_ots) { \ argument 551 ots_feature_read, NULL, &_ots), \ 554 ots_obj_name_read, BT_OTS_OBJ_NAME_GATT_WRITE, &_ots), \ 557 ots_obj_type_read, NULL, &_ots), \ 560 ots_obj_size_read, NULL, &_ots), \ 563 ots_obj_id_read, NULL, &_ots), \ 566 ots_obj_prop_read, NULL, &_ots), \ 570 bt_gatt_ots_oacp_write, &_ots), \ 571 BT_GATT_CCC_MANAGED(&_ots.oacp_ind.ccc, \ 576 bt_gatt_ots_olcp_write, &_ots), \ [all …]
|