Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_csc/src/
Dmain.c119 static void ctrl_point_ind(struct bt_conn *conn, uint8_t req_op, uint8_t status,
224 uint8_t req_op; member
229 static void ctrl_point_ind(struct bt_conn *conn, uint8_t req_op, uint8_t status, in ctrl_point_ind() argument
237 ind->req_op = req_op; in ctrl_point_ind()
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c71 static uint8_t smp_rsp_op(uint8_t req_op) in smp_rsp_op() argument
73 if (req_op == MGMT_OP_READ) { in smp_rsp_op()