Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/ble_profiles/
A Dibeacons.c19 static uint8_t *ibeacon_Init(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2… in ibeacon_Init()
23 uu.init_becons.id[0] = _id[0]; in ibeacon_Init()
24 uu.init_becons.id[1] = _id[1]; in ibeacon_Init()
43 int ibeacon_start(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2], uint8_t in ibeacon_start()
56 ad[1].data = (uint8_t *)ibeacon_Init(_id, _uuid, _major, _minor, _measure_power); in ibeacon_start()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dip4.h63 PACK_STRUCT_FIELD(u16_t _id);
90 #define IPH_ID(hdr) ((hdr)->_id)
100 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id)
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dip4.h63 PACK_STRUCT_FIELD(u16_t _id);
90 #define IPH_ID(hdr) ((hdr)->_id)
100 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h180 #define BT_MESH_MODEL(_id, _op, _pub, _user_data) \ argument
182 ….id = (_id), .op = _op, .keys = { [0 ...(CONFIG_BT_MESH_MODEL_KEY_COUNT - 1)] = BT_MESH_KEY_UNUSED…
187 #define BT_MESH_MODEL_VND(_company, _id, _op, _pub, _user_data) \ argument
189 .vnd.company = (_company), .vnd.id = (_id), .op = _op, .pub = _pub, \
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/
A Dibeacons.h19 int ibeacon_start(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2], uint8_t
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_BWin.h435 int32 GetID() { return _id; } in GetID()
455 void SetID(int32 id) { _id = id; } in SetID()
544 msg.AddInt32("window-id", _id); in _PostWindowEvent()
629 int32 _id; /* Window id used by SDL_BApp */ variable
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dvj.c586 DECODES(cs->cs_ip._id); in vj_uncompress_tcp()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4.c894 chk_sum += iphdr->_id;

Completed in 14 milliseconds