Searched refs:_ots (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots.c | 530 #define BT_GATT_OTS_ATTRS(_ots) { \ argument 534 ots_feature_read, NULL, &_ots), \ 537 ots_obj_name_read, BT_OTS_OBJ_NAME_GATT_WRITE, &_ots), \ 540 ots_obj_type_read, NULL, &_ots), \ 543 ots_obj_size_read, NULL, &_ots), \ 546 ots_obj_id_read, NULL, &_ots), \ 549 ots_obj_prop_read, NULL, &_ots), \ 553 bt_gatt_ots_oacp_write, &_ots), \ 554 BT_GATT_CCC_MANAGED(&_ots.oacp_ind.ccc, \ 559 bt_gatt_ots_olcp_write, &_ots), \ [all …]
|