Lines Matching refs:op_code
735 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp() argument
740 msg.error.cmd_code = op_code; in gatt_send_error_rsp()
1130 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq() argument
1133 cmd.op_code = op_code; in gatt_cmd_enq()
1151 *p_op_code = cmd.op_code; in gatt_cmd_dequeue()
1158 uint8_t gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg() argument
1168 return attp_send_cl_msg(tcb, p_clcb, op_code, &msg); in gatt_send_write_msg()
1298 uint8_t* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name() argument
1299 uint8_t pseduo_op_code_idx = op_code & (~GATT_WRITE_CMD_MASK); in gatt_dbg_op_name()
1301 if (op_code == GATT_CMD_WRITE) { in gatt_dbg_op_name()
1305 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()