Lines Matching refs:op_code
804 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp() argument
809 msg.error.cmd_code = op_code; in gatt_send_error_rsp()
1414 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq() argument
1417 cmd.op_code = op_code; in gatt_cmd_enq()
1449 *p_op_code = cmd.op_code; in gatt_cmd_dequeue()
1458 uint8_t op_code, uint16_t handle, uint16_t len, in gatt_send_write_msg() argument
1467 return attp_send_cl_msg(tcb, p_clcb, op_code, &msg); in gatt_send_write_msg()
1596 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name() argument
1597 uint8_t pseduo_op_code_idx = op_code & (~GATT_WRITE_CMD_MASK); in gatt_dbg_op_name()
1599 if (op_code == GATT_CMD_WRITE) { in gatt_dbg_op_name()
1603 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()