| /Zephyr-latest/include/zephyr/bluetooth/services/ | 
| D | ots.h | 269 #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/ | 
| D | gmap_server.c | 45 	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
  | 
| D | gmap_client.c | 50 	struct bt_gmap_feat feat;  member
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | heartbeat.c | 28 	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
  | 
| D | cfg_srv.c | 2253 	uint16_t feat;  member
  | 
| D | access.c | 420 	uint16_t feat = 0U;  in bt_mesh_comp_data_get_page_0()  local
  | 
| /Zephyr-latest/samples/bluetooth/mesh_demo/src/ | 
| D | board.h | 34 void board_heartbeat(uint8_t hops, uint16_t feat)  in board_heartbeat()
  | 
| D | main.c | 44 		      uint16_t feat)  in heartbeat()
  | 
| D | microbit.c | 143 void board_heartbeat(uint8_t hops, uint16_t feat)  in board_heartbeat()
  | 
| /Zephyr-latest/drivers/bluetooth/hci/ | 
| D | hci_ambiq.c | 37 #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/ | 
| D | heartbeat.h | 43 	uint16_t feat;  member
  | 
| D | cfg_cli.h | 489 	uint16_t feat;  member 1615 	uint16_t feat;  member
  | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_heartbeat.c | 58 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/ | 
| D | hci_types.h | 142 #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/ | 
| D | hci_core.h | 92 #define BT_DEV_FEAT_LE_EXT_ADV(feat) BT_FEAT_LE_EXT_ADV(feat)  argument 95 #define BT_DEV_FEAT_LE_EXT_ADV(feat)  1  argument
  | 
| D | hci_core.c | 3896 		struct bt_hci_rp_vs_read_supported_features *feat;  in hci_vs_init()  member
  | 
| D | smp.c | 2230 		const struct bt_conn_pairing_feat feat = {  in smp_pairing_accept_query()  local
  | 
| /Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ | 
| D | mesh.c | 70 		      uint16_t feat)  in heartbeat()
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_llcp_pdu.c | 118 	uint64_t feat;  in feature_filter()  local
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_gap.c | 1160 					 const struct bt_conn_pairing_feat *const feat)  in auth_pairing_accept()
  | 
| /Zephyr-latest/subsys/bluetooth/host/shell/ | 
| D | bt.c | 4199 				    const struct bt_conn_pairing_feat *const feat)  in pairing_accept()
  |