Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h74 #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 …]
A Dconn.h1128 const struct bt_conn_pairing_feat *const feat);
/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h38 #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 Dgxvfeat.c60 #define GXV_FEAT_DATA( field ) GXV_TABLE_DATA( feat, field )
281 GXV_feat_Data feat = &featrec; in gxv_feat_validate() local
293 valid->table_data = feat; in gxv_feat_validate()
299 feat->reserved_size = 0; in gxv_feat_validate()
303 feat->reserved_size += 4 + 2 + 2 + 4; in gxv_feat_validate()
322 feat->reserved_size += featureNameCount * ( 2 + 2 + 4 + 2 + 2 ); in gxv_feat_validate()
A Dgxvmod.c121 GXV_TABLE_DECL( feat ); in gxv_validate()
136 GXV_TABLE_LOAD( feat ); in gxv_validate()
148 GXV_TABLE_VALIDATE( feat ); in gxv_validate()
160 GXV_TABLE_SET( feat ); in gxv_validate()
174 FT_FREE( feat ); in gxv_validate()
A DREADME36 feat
90 feat: 191
100 Dynalab and Ricoh fonts don't have GX tables except of `feat' and
296 In our survey, there are 140 fonts including `feat' table.
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_srv.h44 u16_t feat; member
59 void (*func)(u8_t hops, u16_t feat);
A Dcfg_cli.h206 u16_t feat; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_api.h364 uint8_t smpc_pairing_rsp(uint8_t idx, bool accept, struct gapc_pairing *feat);
377 void smpc_pairing_req_handler(uint8_t idx, struct gapc_pairing *feat);
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcfg_srv.c85 u16_t feat = 0; in hb_send() local
88 u16_t feat; in hb_send() member
111 feat |= BT_MESH_FEAT_RELAY; in hb_send()
115 feat |= BT_MESH_FEAT_PROXY; in hb_send()
128 hb.feat = sys_cpu_to_be16(feat); in hb_send()
166 u16_t feat = 0; in comp_get_page_0() local
173 feat |= BT_MESH_FEAT_RELAY; in comp_get_page_0()
2909 u16_t feat; member
2955 u16_t dst, feat, idx; in heartbeat_pub_set() local
2982 feat = sys_le16_to_cpu(param->feat); in heartbeat_pub_set()
[all …]
A Dsettings.c85 u16_t feat; member
572 pub->feat = 0U; in hb_pub_set()
587 pub->feat = hb_val.feat; in hb_pub_set()
1210 val.feat = pub->feat; in store_pending_hb_pub()
A Dtransport.c835 u16_t feat; in trans_heartbeat() local
848 feat = net_buf_simple_pull_be16(buf); in trans_heartbeat()
853 (hops == 1) ? "" : "s", feat); in trans_heartbeat()
855 bt_mesh_heartbeat(rx->ctx.addr, rx->ctx.recv_dst, hops, feat); in trans_heartbeat()
A Dcfg_cli.c744 param->pub->feat = net_buf_simple_pull_u8(buf); in hb_pub_status()
2042 net_buf_simple_add_le16(&msg, pub->feat); in bt_mesh_cfg_hb_pub_set()
/AliOS-Things-master/components/freetype/include/
A Dftgxval.h151 #define FT_VALIDATE_feat FT_VALIDATE_GX_BITFIELD( feat )
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_storage.h59 uint16_t feat; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dfoundation.h130 void bt_mesh_heartbeat(u16_t src, u16_t dst, u8_t hops, u16_t feat);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/
A Dgapm_int.h479 uint8_t gapm_init_attr(uint16_t start_hdl, uint32_t feat);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1008 struct bt_hci_rp_vs_read_supported_features *feat; in hci_vs_init() member
1070 rp.feat = (void *)rsp->data; in hci_vs_init()
1071 memcpy(bt_dev.vs_features, rp.feat->features, BT_DEV_VS_FEAT_MAX); in hci_vs_init()
A Dhci_core.c54 #define BT_FEAT_LE_EXT_ADV(feat) 1 argument
6948 struct bt_hci_rp_vs_read_supported_features *feat; in hci_vs_init() member
7032 rp.feat = (void *)rsp->data; in hci_vs_init()
7033 memcpy(bt_dev.vs_features, rp.feat->features, in hci_vs_init()
A Dsmp.c2198 const struct bt_conn_pairing_feat feat = { in smp_pairing_accept_query() local
2207 return smp_err_get(bt_auth->pairing_accept(conn, &feat)); in smp_pairing_accept_query()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Davrcp_api.h1540 … btif_avrcp_register(btif_avrcp_channel_t *channel, btif_avrcp_callback cb, avrcp_features_t feat);
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c2425 printf("\tttl 0x%02x feat 0x%04x net_idx 0x%04x\n", pub.ttl, pub.feat, pub.net_idx); in hb_pub_get()
2440 pub.feat = strtoul(argv[5], NULL, 0); in hb_pub_set()

Completed in 79 milliseconds