Searched refs:oacp_proc (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 648 struct bt_gatt_ots_oacp_proc oacp_proc, in oacp_ind_send() argument 658 oacp_res[oacp_res_len++] = oacp_proc.type; in oacp_ind_send() 661 if (oacp_proc.type == BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC) { in oacp_ind_send() 686 struct bt_gatt_ots_oacp_proc oacp_proc = {0}; in bt_gatt_ots_oacp_write() local 702 decode_status = oacp_command_decode(buf, len, &oacp_proc); in bt_gatt_ots_oacp_write() 705 oacp_status = oacp_proc_validate(conn, ots, &oacp_proc, &resp_param); in bt_gatt_ots_oacp_write() 712 LOG_WRN("OACP unsupported procedure type: 0x%02X", oacp_proc.type); in bt_gatt_ots_oacp_write() 716 "Op Code", oacp_proc.type); in bt_gatt_ots_oacp_write() 726 oacp_ind_send(attr, oacp_proc, oacp_status, &resp_param); in bt_gatt_ots_oacp_write()
|