Searched refs:oacp_proc (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 639 struct bt_gatt_ots_oacp_proc oacp_proc, in oacp_ind_send() argument 649 oacp_res[oacp_res_len++] = oacp_proc.type; in oacp_ind_send() 652 if (oacp_proc.type == BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC) { in oacp_ind_send() 678 struct bt_gatt_ots_oacp_proc oacp_proc = {0}; in bt_gatt_ots_oacp_write() local 699 decode_status = oacp_command_decode(buf, len, &oacp_proc); in bt_gatt_ots_oacp_write() 702 oacp_status = oacp_proc_validate(conn, ots, &oacp_proc, &resp_param); in bt_gatt_ots_oacp_write() 709 LOG_WRN("OACP unsupported procedure type: 0x%02X", oacp_proc.type); in bt_gatt_ots_oacp_write() 713 "Op Code", oacp_proc.type); in bt_gatt_ots_oacp_write() 723 oacp_ind_send(attr, oacp_proc, oacp_status, &resp_param); in bt_gatt_ots_oacp_write()
|