/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 202 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/ |
D | l2c_ble_conn_params.cc | 103 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/ |
D | stack_config.h | 53 const stack_config_t* stack_config_get_interface(void);
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.cc | 39 stack_config_get_interface()->get_pts_broadcast_audio_config_options(); in GetBroadcastConfig()
|
D | broadcaster.cc | 414 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/ |
D | stack_config.cc | 85 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/ |
D | stack_config.cc | 209 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/ |
D | gatt_api.cc | 584 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()
|
D | gatt_main.cc | 577 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/ |
D | btm_sec_cb.cc | 83 btm_sec_cb.Init(stack_config_get_interface()->get_pts_secure_only_mode() ? BTM_SEC_MODE_SC in BTM_Sec_Init()
|
D | btm_iso_impl.h | 736 if (stack_config_get_interface()->get_pts_unencrypt_broadcast()) { in create_big()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_smp_test.cc | 99 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/ |
D | avrcp_device_fuzz.cc | 377 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/ |
D | smp_utils.cc | 872 static_cast<tSMP_STATUS>(stack_config_get_interface()->get_pts_smp_failure_case()); in init()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1203 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/ |
D | codec_manager_test.cc | 96 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
|
D | client.cc | 593 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()
|
D | state_machine_test.cc | 106 const stack_config_t* stack_config_get_interface(void) { return &mock_stack_config; } in stack_config_get_interface() function
|
D | le_audio_client_test.cc | 204 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/ |
D | device.cc | 605 if (stack_config_get_interface()->get_pts_avrcp_test()) { in TrackChangedNotificationResponse()
|
/aosp_15_r20/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 1892 const stack_config_t* stack_config_get_interface(void) { return &bluetooth::avrcp::interface; } in stack_config_get_interface() function
|