Home
last modified time | relevance | path

Searched refs:stack_config_get_interface (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h202 auto num_of_sdu = stack_config_get_interface()->get_pts_l2cap_ecoc_send_num_of_sdu();
262 auto min_key_size = stack_config_get_interface()->get_pts_l2cap_ecoc_min_key_size(); in upper_tester_l2cap_connect_ind()
285 if (stack_config_get_interface()->get_pts_eatt_peripheral_collision_support()) { in upper_tester_l2cap_connect_ind()
292 if (stack_config_get_interface()->get_pts_l2cap_ecoc_reconfigure()) { in upper_tester_l2cap_connect_ind()
305 if (!stack_config_get_interface()->get_pts_connect_eatt_before_encryption() && in eatt_l2cap_connect_ind()
322 if (stack_config_get_interface()->get_pts_l2cap_ecoc_upper_tester()) { in eatt_l2cap_connect_ind()
346 } else if (stack_config_get_interface()->get_pts_eatt_peripheral_collision_support()) { in eatt_retry_after_collision_if_needed()
362 if (stack_config_get_interface()->get_pts_l2cap_ecoc_connect_remaining() && in upper_tester_l2cap_connect_cfm()
410 if (stack_config_get_interface()->get_pts_l2cap_ecoc_upper_tester()) { in eatt_l2cap_connect_cfm()
441 if (stack_config_get_interface()->get_pts_l2cap_ecoc_reconfigure()) { in eatt_l2cap_reconfig_completed()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble_conn_params.cc103 if (stack_config_get_interface()->get_pts_conn_updates_disabled()) { in L2CA_LockBleConnParamsForServiceDiscovery()
139 if (stack_config_get_interface()->get_pts_conn_updates_disabled()) { in L2CA_LockBleConnParamsForProfileConnection()
/aosp_15_r20/packages/modules/Bluetooth/system/internal_include/
Dstack_config.h53 const stack_config_t* stack_config_get_interface(void);
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.cc39 stack_config_get_interface()->get_pts_broadcast_audio_config_options(); in GetBroadcastConfig()
Dbroadcaster.cc414 if (stack_config_get_interface()->get_pts_force_le_audio_multiple_contexts_metadata()) { in UpdateMetadata()
567 if (stack_config_get_interface()->get_pts_force_le_audio_multiple_contexts_metadata()) { in CreateAudioBroadcast()
589 if (stack_config_get_interface()->get_pts_force_le_audio_multiple_contexts_metadata()) { in CreateAudioBroadcast()
/aosp_15_r20/packages/modules/Bluetooth/system/test/common/
Dstack_config.cc85 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
/aosp_15_r20/packages/modules/Bluetooth/system/main/
Dstack_config.cc209 const stack_config_t* stack_config_get_interface(void) { return &interface; } in stack_config_get_interface() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc584 if (stack_config_get_interface()->get_pts_force_eatt_for_notifications() && in GATTS_HandleValueNotification()
1244 if (stack_config_get_interface()->get_pts_use_eatt_for_all_services()) { in GATT_Register()
1294 if (stack_config_get_interface()->get_pts_use_eatt_for_all_services()) { in GATT_Register_Dynamic()
Dgatt_main.cc577 if (stack_config_get_interface()->get_pts_connect_eatt_before_encryption()) { in gatt_le_connect_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec_cb.cc83 btm_sec_cb.Init(stack_config_get_interface()->get_pts_secure_only_mode() ? BTM_SEC_MODE_SC in BTM_Sec_Init()
Dbtm_iso_impl.h736 if (stack_config_get_interface()->get_pts_unencrypt_broadcast()) { in create_big()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc99 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc377 const stack_config_t* stack_config_get_interface(void) { return &bluetooth::avrcp::interface; } in stack_config_get_interface() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc872 static_cast<tSMP_STATUS>(stack_config_get_interface()->get_pts_smp_failure_case()); in init()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc1203 if (!is_crosskey || !(stack_config_get_interface()->get_pts_crosskey_sdp_disable())) { in btif_dm_auth_cmpl_evt()
3179 const std::string* recv = stack_config_get_interface()->get_pts_smp_options(); in btif_dm_get_smp_config()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc96 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
Dclient.cc593 if (stack_config_get_interface()->get_pts_le_audio_disable_ases_before_stopping()) { in StartSuspendTimeout()
4307 if (stack_config_get_interface()->get_pts_le_audio_disable_ases_before_stopping()) { in OnAudioSuspend()
5304 if (stack_config_get_interface()->get_pts_force_le_audio_multiple_contexts_metadata()) { in ReconfigureOrUpdateRemote()
Dstate_machine_test.cc106 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
Dle_audio_client_test.cc204 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc605 if (stack_config_get_interface()->get_pts_avrcp_test()) { in TrackChangedNotificationResponse()
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1892 const stack_config_t* stack_config_get_interface(void) { return &bluetooth::avrcp::interface; } in stack_config_get_interface() function