Home
last modified time | relevance | path

Searched defs:feat (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h269 #define BT_OTS_OACP_SET_FEAT_CREATE(feat) \ argument
276 #define BT_OTS_OACP_SET_FEAT_DELETE(feat) \ argument
283 #define BT_OTS_OACP_SET_FEAT_CHECKSUM(feat) \ argument
290 #define BT_OTS_OACP_SET_FEAT_EXECUTE(feat) \ argument
297 #define BT_OTS_OACP_SET_FEAT_READ(feat) \ argument
304 #define BT_OTS_OACP_SET_FEAT_WRITE(feat) \ argument
311 #define BT_OTS_OACP_SET_FEAT_APPEND(feat) \ argument
318 #define BT_OTS_OACP_SET_FEAT_TRUNCATE(feat) \ argument
325 #define BT_OTS_OACP_SET_FEAT_PATCH(feat) \ argument
332 #define BT_OTS_OACP_SET_FEAT_ABORT(feat) \ argument
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c45 const uint8_t feat = (uint8_t)gmap_features.ugg_feat; in read_gmap_ugg_feat() local
62 const uint8_t feat = (uint8_t)gmap_features.ugt_feat; in read_gmap_ugt_feat() local
80 const uint8_t feat = (uint8_t)gmap_features.bgs_feat; in read_gmap_bgs_feat() local
97 const uint8_t feat = (uint8_t)gmap_features.bgr_feat; in read_gmap_bgr_feat() local
Dgmap_client.c50 struct bt_gmap_feat feat; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dheartbeat.c28 uint16_t feat; member
74 static void notify_recv(uint8_t hops, uint16_t feat) in notify_recv()
103 uint16_t feat = 0U; in heartbeat_send() local
106 uint16_t feat; in heartbeat_send() member
193 uint16_t feat; in bt_mesh_hb_recv() local
Dcfg_srv.c2252 uint16_t feat; member
Daccess.c420 uint16_t feat = 0U; in bt_mesh_comp_data_get_page_0() local
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dboard.h34 void board_heartbeat(uint8_t hops, uint16_t feat) in board_heartbeat()
Dmain.c44 uint16_t feat) in heartbeat()
Dmicrobit.c143 void board_heartbeat(uint8_t hops, uint16_t feat) in board_heartbeat()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c37 #define BT_FEAT_SET_BIT(feat, octet, bit) (feat[octet] |= BIT(bit)) argument
38 #define BT_FEAT_SET_NO_BREDR(feat) BT_FEAT_SET_BIT(feat, 4, 5) argument
39 #define BT_FEAT_SET_LE(feat) BT_FEAT_SET_BIT(feat, 4, 6) argument
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dheartbeat.h43 uint16_t feat; member
Dcfg_cli.h489 uint16_t feat; member
1615 uint16_t feat; member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c58 static void sub_hb_recv_cb(const struct bt_mesh_hb_sub *sub, uint8_t hops, uint16_t feat) in sub_hb_recv_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h142 #define BT_FEAT_TEST(feat, page, octet, bit) (feat[page][octet] & BIT(bit)) argument
144 #define BT_FEAT_BREDR(feat) !BT_FEAT_TEST(feat, 0, 4, 5) argument
145 #define BT_FEAT_LE(feat) BT_FEAT_TEST(feat, 0, 4, 6) argument
146 #define BT_FEAT_EXT_FEATURES(feat) BT_FEAT_TEST(feat, 0, 7, 7) argument
147 #define BT_FEAT_HOST_SSP(feat) BT_FEAT_TEST(feat, 1, 0, 0) argument
148 #define BT_FEAT_SC(feat) BT_FEAT_TEST(feat, 2, 1, 0) argument
150 #define BT_FEAT_LMP_SCO_CAPABLE(feat) BT_FEAT_TEST(feat, 0, 1, 3) argument
151 #define BT_FEAT_LMP_ESCO_CAPABLE(feat) BT_FEAT_TEST(feat, 0, 3, 7) argument
152 #define BT_FEAT_HV2_PKT(feat) BT_FEAT_TEST(feat, 0, 1, 4) argument
153 #define BT_FEAT_HV3_PKT(feat) BT_FEAT_TEST(feat, 0, 1, 5) argument
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h90 #define BT_DEV_FEAT_LE_EXT_ADV(feat) BT_FEAT_LE_EXT_ADV(feat) argument
93 #define BT_DEV_FEAT_LE_EXT_ADV(feat) 1 argument
Dhci_core.c3906 struct bt_hci_rp_vs_read_supported_features *feat; in hci_vs_init() member
Dsmp.c2193 const struct bt_conn_pairing_feat feat = { in smp_pairing_accept_query() local
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c70 uint16_t feat) in heartbeat()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c118 uint64_t feat; in feature_filter() local
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1095 const struct bt_conn_pairing_feat *const feat)
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4167 const struct bt_conn_pairing_feat *const feat) in pairing_accept()