Searched defs:features (Results 1 - 25 of 26) sorted by relevance

12

/system/bt/bta/ag/
H A Dbta_ag_api.c110 void BTA_AgRegister(tBTA_SERVICE_MASK services, tBTA_SEC sec_mask,tBTA_AG_FEAT features, argument
117 p_buf->features = features;
H A Dbta_ag_sdp.c129 tBTA_AG_FEAT features, UINT32 sdp_handle)
178 /* add features and network */
181 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0;
185 if (features & BTA_AG_FEAT_CODEC)
188 features &= BTA_AG_SDP_FEAT_SPEC;
192 features |= 0x0020;
194 UINT16_TO_BE_FIELD(buf, features);
231 bta_ag_cb.profile[i].scn, p_data->api_register.features,
363 /* get features if HFP */
413 /* HFP initiator; get proto list and features */
128 bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn, tBTA_AG_FEAT features, UINT32 sdp_handle) argument
[all...]
H A Dbta_ag_int.h168 tBTA_AG_FEAT features; member in struct:__anon17
261 tBTA_AG_FEAT features; /* features registered by application */ member in struct:__anon27
262 tBTA_AG_PEER_FEAT peer_features; /* peer device features */
367 tBTA_AG_FEAT features, UINT32 sdp_handle);
/system/bt/bta/hf_client/
H A Dbta_hf_client_api.c109 void BTA_HfClientRegister(tBTA_SEC sec_mask, tBTA_HF_CLIENT_FEAT features, argument
116 p_buf->features = features;
H A Dbta_hf_client_sdp.c84 tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle)
125 /* add features */
126 if (features & BTA_HF_CLIENT_FEAT_ECNR)
129 if (features & BTA_HF_CLIENT_FEAT_3WAY)
132 if (features & BTA_HF_CLIENT_FEAT_CLI)
135 if (features & BTA_HF_CLIENT_FEAT_VREC)
138 if (features & BTA_HF_CLIENT_FEAT_VOL)
142 if (features & BTA_HF_CLIENT_FEAT_CODEC)
173 p_data->api_register.features,
251 /* get features */
83 bta_hf_client_add_record(char *p_service_name, UINT8 scn, tBTA_HF_CLIENT_FEAT features, UINT32 sdp_handle) argument
[all...]
H A Dbta_hf_client_int.h88 tBTA_HF_CLIENT_FEAT features; member in struct:__anon200
147 tBTA_HF_CLIENT_FEAT features; /* features registered by application */ member in struct:__anon206
148 tBTA_HF_CLIENT_PEER_FEAT peer_features; /* peer device features */
149 tBTA_HF_CLIENT_CHLD_FEAT chld_features; /* call handling features */
213 UINT8 scn, tBTA_HF_CLIENT_FEAT features,
/system/bt/service/test/
H A Dadapter_unittest.cpp244 bt_local_le_features_t features; local
245 memset(&features, 0, sizeof(features));
247 features.max_adv_instance = 10; // Some high number.
248 fake_hal_iface_->NotifyAdapterLocalLeFeaturesPropertyChanged(&features);
251 features.max_adv_instance = 0; // Low number.
252 fake_hal_iface_->NotifyAdapterLocalLeFeaturesPropertyChanged(&features);
/system/bt/service/hal/
H A Dfake_bluetooth_interface.cpp132 const bt_local_le_features_t* features) {
134 property.len = sizeof(*features);
135 property.val = (void*)features;
131 NotifyAdapterLocalLeFeaturesPropertyChanged( const bt_local_le_features_t* features) argument
/system/bt/stack/a2dp/
H A Da2d_api.c94 /* get supported features */
98 a2d_svc.features = p_attr->attr_value.v.u16;
159 ** features: Profile supported features.
172 UINT16 features, UINT32 sdp_handle)
205 if (features != 0)
208 UINT16_TO_BE_STREAM(p, features);
171 A2D_AddRecord(UINT16 service_uuid, char *p_service_name, char *p_provider_name, UINT16 features, UINT32 sdp_handle) argument
/system/core/adb/
H A Dtransport.h33 std::string FeatureSetToString(const FeatureSet& features);
36 // Returns true if both local features and |feature_set| support |feature|.
102 const FeatureSet& features() const { function in class:atransport
134 // A set of features transmitted in the banner with the initial connection.
135 // This is stored in the banner as 'features=feature0,feature1,etc'.
H A Dtransport.cpp785 static const FeatureSet* features = new FeatureSet{ local
789 // make sure that the adb client and server features stay in sync
793 return *features;
796 std::string FeatureSetToString(const FeatureSet& features) { argument
797 return android::base::Join(features, kFeatureStringDelimiter);
H A Dcommandline.cpp715 FeatureSet features; local
718 if (!adb_get_feature_set(&features, &error)) {
723 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2);
772 if (!CanUseFeature(features, kFeatureShell2)) {
781 if (CanUseFeature(features, kFeatureShell2)) {
1143 FeatureSet features; local
1145 if (adb_get_feature_set(&features, &error)) {
1146 use_shell_protocol = CanUseFeature(features, kFeatureShell2);
1817 FeatureSet features;
1819 if (!adb_get_feature_set(&features,
1940 FeatureSet features; local
[all...]
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp119 std::vector<int> features; local
123 if ((header.features[j] & (1 << k)) != 0) {
124 features.push_back(i);
127 for (auto& feature : features) {
H A Drecord_file_format.h75 unsigned char features[FEAT_MAX_NUM / 8]; member in struct:PerfFileFormat::FileHeader
H A Drecord_file_reader.cpp109 std::vector<int> features; local
110 for (size_t i = 0; i < sizeof(header_.features); ++i) {
112 if (header_.features[i] & (1 << j)) {
113 features.push_back(i * 8 + j);
122 for (const auto& id : features) {
/system/bt/bta/av/
H A Dbta_av_api.c64 void BTA_AvEnable(tBTA_SEC sec_mask, tBTA_AV_FEAT features, tBTA_AV_CBACK *p_cback) argument
74 p_buf->features = features;
H A Dbta_av_int.h204 tBTA_AV_FEAT features; member in struct:__anon37
548 tBTA_AV_FEAT peer_features; /* peer features mask */
585 tBTA_AV_FEAT features; /* features mask */ member in struct:__anon67
/system/bt/service/
H A Dadapter.cpp284 bt_local_le_features_t* features = variable
286 memcpy(&local_le_features_, features, sizeof(*features));
287 LOG(INFO) << "Supported LE features updated";
372 // The current set of supported LE features as obtained from the stack. The
/system/bt/stack/btm/
H A Dbtm_dev.c53 ** features - Remote device's features (up to 3 pages). NULL if not known
62 UINT8 *features, UINT32 trusted_mask[],
109 if (features)
111 memcpy (p_dev_rec->features, features, sizeof (p_dev_rec->features));
116 if (p_dev_rec->features[i][j] != 0)
130 memset (p_dev_rec->features, 0, sizeof (p_dev_rec->features));
61 BTM_SecAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, UINT32 trusted_mask[], LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length) argument
[all...]
H A Dbtm_sec.c470 ** sec_level - bit mask of the security features
509 ** sec_level - bit mask of the security features
1073 p_features = p_dev_rec->features[ii];
2329 /* the remote features are not known yet */
2330 BTM_TRACE_DEBUG("%s: (%s) remote features unknown!!sec_flags:0x%02x", __FUNCTION__,
3284 BTM_TRACE_EVENT ("waiting for remote features!!");
3313 BD_FEATURES features; local
3323 STREAM_TO_ARRAY(features, p, HCI_FEATURE_BYTES_PER_PAGE);
3324 if (HCI_SSP_HOST_SUPPORTED(features))
3328 BTM_TRACE_EVENT ("btm_sec_rmt_host_support_feat_evt sm4: 0x%x features[
[all...]
H A Dbtm_int.h92 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features mask table for the device */
120 BD_FEATURES peer_le_features; /* Peer LE Used features mask for the device */
436 UINT16 security_flags; /* Bitmap of required security features */
439 UINT16 ucd_security_flags; /* Bitmap of required security features for UCD */
545 BD_FEATURES features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Features supported by the device */ member in struct:__anon878
577 #define BTM_SM4_REQ_PEND 0x08 /* set this bit when getting remote features */
/system/bt/stack/include/
H A Da2d_api.h32 /* Profile supported features */
120 UINT16 features; /* Profile supported features */ member in struct:__anon927
153 ** features: Profile supported features.
166 UINT16 features, UINT32 sdp_handle);
/system/bt/bta/include/
H A Dbta_av_api.h54 /* AV features masks */
69 /* Internal features */
253 #define BTA_AV_RC_FEAT_EVT 19 /* remote control channel peer supported features update */
266 tBTA_AV_FEAT features; member in struct:__anon320
545 void BTA_AvEnable(tBTA_SEC sec_mask, tBTA_AV_FEAT features,
/system/bt/btif/src/
H A Dbtif_rc.c455 /* Mark rc features processed to avoid repeating
464 BTIF_TRACE_DEBUG("%s Update rc features to CTRL %d", __FUNCTION__, rc_features);
586 /* on locally initiated connection we will get remote features as part of connect */
602 BTIF_TRACE_DEBUG("%s handle_rc_connect features %d ",__FUNCTION__, btif_rc_cb.rc_features);
639 tBTA_AV_FEAT features; local
650 features = btif_rc_cb.rc_features;
/system/bt/bta/dm/
H A Dbta_dm_int.h359 UINT8 features[BTA_FEATURE_BYTES_PER_PAGE * (BTA_EXT_FEATURES_PAGE_MAX + 1)]; member in struct:__anon96

Completed in 544 milliseconds

12