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.cc1299 uint8_t pseduo_op_code_idx = op_code & (~GATT_WRITE_CMD_MASK); in gatt_dbg_op_name() local
1302 pseduo_op_code_idx = 0x14; /* just an index to op_code_name */ in gatt_dbg_op_name()
1306 pseduo_op_code_idx = 0x15; /* just an index to op_code_name */ in gatt_dbg_op_name()
1309 if (pseduo_op_code_idx <= GATT_OP_CODE_MAX) in gatt_dbg_op_name()
1310 return (uint8_t*)op_code_name[pseduo_op_code_idx]; in gatt_dbg_op_name()