Searched defs:feat (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | persistentcode.h | 38 #define MPY_FEATURE_DECODE_FLAGS(feat) ((feat) & 3) argument 42 #define MPY_FEATURE_DECODE_ARCH(feat) ((feat) >> 2) argument
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvfeat.c | 281 GXV_feat_Data feat = &featrec; in gxv_feat_validate() local
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | cfg_cli.h | 206 u16_t feat; member
|
A D | cfg_srv.h | 44 u16_t feat; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 74 #define BT_FEAT_LE(feat) BT_FEAT_TEST(feat, 0, 4, 6) argument 75 #define BT_FEAT_EXT_FEATURES(feat) BT_FEAT_TEST(feat, 0, 7, 7) argument 126 #define BT_LE_FEAT_TEST(feat, n) (feat[(n) >> 3] & \ argument 129 #define BT_FEAT_LE_ENCR(feat) BT_LE_FEAT_TEST(feat, \ argument 131 #define BT_FEAT_LE_CONN_PARAM_REQ_PROC(feat) BT_LE_FEAT_TEST(feat, \ argument 133 #define BT_FEAT_LE_SLAVE_FEATURE_XCHG(feat) BT_LE_FEAT_TEST(feat, \ argument 135 #define BT_FEAT_LE_DLE(feat) BT_LE_FEAT_TEST(feat, \ argument 137 #define BT_FEAT_LE_PHY_2M(feat) BT_LE_FEAT_TEST(feat, \ argument 139 #define BT_FEAT_LE_PHY_CODED(feat) BT_LE_FEAT_TEST(feat, \ argument 141 #define BT_FEAT_LE_PRIVACY(feat) BT_LE_FEAT_TEST(feat, \ argument [all …]
|
/AliOS-Things-master/components/genie_service/core/inc/ |
A D | genie_storage.h | 59 uint16_t feat; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_srv.c | 85 u16_t feat = 0; in hb_send() local 88 u16_t feat; in hb_send() member 166 u16_t feat = 0; in comp_get_page_0() local 2909 u16_t feat; member 2955 u16_t dst, feat, idx; in heartbeat_pub_set() local 3356 void bt_mesh_heartbeat(u16_t src, u16_t dst, u8_t hops, u16_t feat) in bt_mesh_heartbeat()
|
A D | transport.c | 835 u16_t feat; in trans_heartbeat() local
|
A D | settings.c | 85 u16_t feat; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 1008 struct bt_hci_rp_vs_read_supported_features *feat; in hci_vs_init() member
|
A D | hci_core.c | 54 #define BT_FEAT_LE_EXT_ADV(feat) 1 argument 6948 struct bt_hci_rp_vs_read_supported_features *feat; in hci_vs_init() member
|
A D | smp.c | 2198 const struct bt_conn_pairing_feat feat = { in smp_pairing_accept_query() local
|
Completed in 50 milliseconds