| 
| 连续签到天数:2天 |  | 签到总天数:406天 |  | 签到总奖励:3910金币 | 
 | 
 
| 
請問各位大神:
×
马上注册,享用更多功能,让你轻松玩转社区。您需要 登录 才可以下载或查看,没有账号?立即注册   
 ADK3.0裡的Sink_gatt_bas_db.h
 
 
 /* GATT Battery Service Database to be registered with GattInit() */
 const uint16 battery_service_database[] = {
 /* 0001: Primary Service 180f */
 0x0002, 0x0f18,
 /* 0002: Characteristic Declaration 2a19 */
 0x3005, 0x1203, 0x0019, 0x2a00,
 /* 0003: . */
 0xd401, 0x0000,
 /* 0004: Client Characteristic Configuration */
 0x6c00,
 };
 
 除了2a190x0019, 0x2a00()是 GATT_CHARACTERISTIC_UUID_BATTERY_LEVEL
 及180f(0x0f18)是 GATT_SERVICE_UUID_BATTERY_SERVICE
 
 其他的是代表什麼意思呢?
 
 | 
 |