Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp.c244 struct bt_gatt_ots_olcp_proc olcp_proc; in bt_gatt_ots_olcp_write() local
266 decode_status = olcp_command_decode(buf, len, &olcp_proc); in bt_gatt_ots_olcp_write()
269 olcp_status = olcp_proc_execute(ots, &olcp_proc); in bt_gatt_ots_olcp_write()
292 LOG_WRN("OLCP unsupported procedure type: 0x%02X", olcp_proc.type); in bt_gatt_ots_olcp_write()
296 "Op Code", olcp_proc.type); in bt_gatt_ots_olcp_write()
306 olcp_ind_send(attr, olcp_proc.type, olcp_status); in bt_gatt_ots_olcp_write()