Airoha M0 BLE API  1.0.5.4
ab_cmd_opcode.h
1 #ifndef AB_VCMD_HH
2 #define AB_VCMD_HH
3 
4 #define AB_VCMD_MP_BASE 0xFC00
5 #define AB_VCMD_APP_BASE 0xFF00
6 
7 
8 /*MP command start from here*/
9 #define AB_VCMD_MP_START_BYPASS AB_VCMD_MP_BASE + 0x01
10 
11 #endif