Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1852 uint8_t pseduo_op_code_idx = op_code & (~GATT_WRITE_CMD_MASK); in gatt_dbg_op_name() local
1855 pseduo_op_code_idx = 0x14; /* just an index to op_code_name */ in gatt_dbg_op_name()
1859 pseduo_op_code_idx = 0x15; /* just an index to op_code_name */ in gatt_dbg_op_name()
1863 if (pseduo_op_code_idx < ARR_SIZE(op_code_name)) in gatt_dbg_op_name()
1864 return op_code_name[pseduo_op_code_idx]; in gatt_dbg_op_name()