Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.c2259 UINT8 pseduo_op_code_idx = op_code & (~GATT_WRITE_CMD_MASK); in gatt_dbg_op_name() local
2263 pseduo_op_code_idx = 0x14; /* just an index to op_code_name */ in gatt_dbg_op_name()
2269 pseduo_op_code_idx = 0x15; /* just an index to op_code_name */ in gatt_dbg_op_name()
2272 if (pseduo_op_code_idx <= GATT_OP_CODE_MAX) in gatt_dbg_op_name()
2273 return(UINT8*) op_code_name[pseduo_op_code_idx]; in gatt_dbg_op_name()